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 {