로그아웃 팝업 오픈 후 취소시 에러 발생 수정.
This commit is contained in:
parent
d2f2708224
commit
4ff74796b1
@ -197,7 +197,11 @@ export class Effects {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
return result.choice;
|
if (!!result && !!result.choice && result.choice) {
|
||||||
|
return true;
|
||||||
|
} else {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user