mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ADF-5295] Fix Session not reloaded after User logs in in other tab (#6399)
This commit is contained in:
parent
19748c3aea
commit
567ea6cb0d
@ -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> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user