mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
support authBlocked message
This commit is contained in:
@@ -101,6 +101,9 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
case 'unlocked':
|
||||
this.notificationsService.updateConnection(false);
|
||||
break;
|
||||
case 'authBlocked':
|
||||
this.router.navigate(['/']);
|
||||
break;
|
||||
case 'logout':
|
||||
this.logOut(!!message.expired);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user