mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
update jslib
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user