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