From 567ea6cb0db43dbc2babcbc94ecc65f3f1cabf79 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Wed, 2 Dec 2020 00:00:54 +0000 Subject: [PATCH] [ADF-5295] Fix Session not reloaded after User logs in in other tab (#6399) --- lib/core/services/auth-guard.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/core/services/auth-guard.service.ts b/lib/core/services/auth-guard.service.ts index 0eb8e0e78a..6fb9ad3478 100644 --- a/lib/core/services/auth-guard.service.ts +++ b/lib/core/services/auth-guard.service.ts @@ -65,8 +65,6 @@ export class AuthGuard extends AuthGuardBase { } else { window.location.reload(); } - - window.removeEventListener('storage', this.ticketChangeBind); } async checkLogin(_: ActivatedRouteSnapshot, redirectUrl: string): Promise {