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