handle new auth guard auth blocked message
This commit is contained in:
parent
a3dd1d3c40
commit
3832a51d55
2
jslib
2
jslib
|
@ -1 +1 @@
|
|||
Subproject commit 37d9afc58bf4a27b9bafe5c485d6a1f9fb06f91b
|
||||
Subproject commit bc43c68eb98799c8b9e30a1dd8f60431dc1236c6
|
|
@ -123,6 +123,9 @@ export class AppComponent implements OnInit {
|
|||
this.systemService.startProcessReload();
|
||||
await this.systemService.clearPendingClipboard();
|
||||
break;
|
||||
case 'authBlocked':
|
||||
this.router.navigate(['login']);
|
||||
break;
|
||||
case 'logout':
|
||||
this.logOut(!!message.expired);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue