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