From 2ad9b4e7ee0889e27366fd2a5c16e3efd76f4482 Mon Sep 17 00:00:00 2001 From: leejinho Date: Mon, 6 Jan 2020 14:49:40 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=90=EB=8F=99=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=20=EC=8B=9C=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ucap-webmessenger-app/src/app/guards/auto-login.guard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ucap-webmessenger-app/src/app/guards/auto-login.guard.ts b/projects/ucap-webmessenger-app/src/app/guards/auto-login.guard.ts index bc462712..038b77c8 100644 --- a/projects/ucap-webmessenger-app/src/app/guards/auto-login.guard.ts +++ b/projects/ucap-webmessenger-app/src/app/guards/auto-login.guard.ts @@ -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({