Commit ca50d980 by Kang Donghun

Corresponding to remaining parameters in the URL even after logging out

parent 151a0aec
......@@ -60,7 +60,7 @@ HEADER.processLogout = function () {
COMMON.userSetting().remove(CONSTANT.KEYS.userInfo_sid_local);
// Move to login screen
//window.location = COMMON.ScreenIds.Login;
COMMON.goUrlWithCurrentParams(CONSTANT.PAGE_NAME.LOGIN);
COMMON.avwScreenMove(CONSTANT.PAGE_NAME.LOGIN);
} else {
if (data.errorMessage) {
COMMON.showAlert(null, {message: data.errorMessage});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment