Skip to content

Commit

Permalink
[ADF-5295] Fix Session not reloaded after User logs in in other tab
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcanonieto committed Dec 1, 2020
1 parent 419c47b commit 0b4c768
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/core/services/auth-guard.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export class AuthGuard extends AuthGuardBase {
} else {
window.location.reload();
}

window.removeEventListener('storage', this.ticketChangeBind);
}

async checkLogin(_: ActivatedRouteSnapshot, redirectUrl: string): Promise<boolean> {
Expand Down

0 comments on commit 0b4c768

Please sign in to comment.