mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 23:33:31 +00:00
handle new auth guard auth blocked message
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 37d9afc58b...bc43c68eb9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user