mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5462] - fixed logout redirect on other tabs (#7245)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user