[ADF-5295] Fix Session not reloaded after User logs in in other tab (#6399)

This commit is contained in:
davidcanonieto 2020-12-02 00:00:54 +00:00 committed by GitHub
parent 19748c3aea
commit 567ea6cb0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> {