bugfix :: 자동로그인 수정.
This commit is contained in:
parent
9578f09e36
commit
93bcfa9cb7
|
@ -49,7 +49,7 @@ export class AppAutoLoginGuard implements CanActivate {
|
|||
|
||||
if (
|
||||
!!appUserInfo &&
|
||||
appUserInfo.settings.general.autoLogin &&
|
||||
!!appUserInfo.settings.general.autoLogin &&
|
||||
!(!!personLogout && !!personLogout.personLogout)
|
||||
) {
|
||||
this.store.dispatch(
|
||||
|
|
Loading…
Reference in New Issue
Block a user