diff --git a/lib/core/services/auth-guard.service.ts b/lib/core/services/auth-guard.service.ts index 827aadfb2e..761a901013 100644 --- a/lib/core/services/auth-guard.service.ts +++ b/lib/core/services/auth-guard.service.ts @@ -60,7 +60,7 @@ export class AuthGuard extends AuthGuardBase { } private ticketChangeRedirect(event: StorageEvent) { - if (!event.newValue) { + if (event.newValue) { this.navigate(this.router.url); } else { window.location.reload();