fix refresh token sso logout

This commit is contained in:
Eugenio Romano
2019-06-12 12:36:05 +01:00
parent 492aa1e850
commit 051e8df091

View File

@@ -47,7 +47,7 @@ export class AuthGuard extends AuthGuardBase {
this.ticketChangeRedirect(event, 'BPM'); this.ticketChangeRedirect(event, 'BPM');
} }
if (event.key === 'access_token' && event.newValue !== event.oldValue) { if (event.key === 'id_token' && event.newValue !== event.oldValue) {
this.ticketChangeRedirect(event, 'ALL'); this.ticketChangeRedirect(event, 'ALL');
} }
} }