자동로그인 시 버그 수정.
This commit is contained in:
parent
5ad4d69d38
commit
2ad9b4e7ee
|
@ -50,7 +50,7 @@ export class AppAutoLoginGuard implements CanActivate {
|
|||
if (
|
||||
!!appUserInfo &&
|
||||
appUserInfo.settings.general.autoLogin &&
|
||||
!personLogout.personLogout
|
||||
!(!!personLogout && !!personLogout.personLogout)
|
||||
) {
|
||||
this.store.dispatch(
|
||||
AuthenticationStore.webLogin({
|
||||
|
|
Loading…
Reference in New Issue
Block a user