mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
update jslib
This commit is contained in:
parent
34f6bc2403
commit
c3f64fe9c4
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 3d02a1ecb8cdb945f3bee2fbb6921b40286575a1
|
||||
Subproject commit 5d95fc733c7b5aa922c38b5e4d92b1a755526719
|
@ -94,7 +94,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
case 'loggedIn':
|
||||
case 'loggedOut':
|
||||
case 'unlocked':
|
||||
this.notificationsService.updateConnection();
|
||||
this.notificationsService.updateConnection(false);
|
||||
break;
|
||||
case 'logout':
|
||||
this.logOut(!!message.expired);
|
||||
@ -103,7 +103,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
await this.lockService.lock();
|
||||
break;
|
||||
case 'locked':
|
||||
this.notificationsService.updateConnection();
|
||||
this.notificationsService.updateConnection(false);
|
||||
this.router.navigate(['lock']);
|
||||
break;
|
||||
case 'syncStarted':
|
||||
|
Loading…
Reference in New Issue
Block a user