mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-20 02:01:47 +01:00
support authBlocked message
This commit is contained in:
parent
2ded5228cb
commit
b4200fba60
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 7b0bc41f8872562cb921f5304438c2675895aacf
|
Subproject commit bc43c68eb98799c8b9e30a1dd8f60431dc1236c6
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user