mirror of
https://github.com/bitwarden/web
synced 2025-12-13 06:43:31 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 3d02a1ecb8...5d95fc733c
@@ -94,7 +94,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
|||||||
case 'loggedIn':
|
case 'loggedIn':
|
||||||
case 'loggedOut':
|
case 'loggedOut':
|
||||||
case 'unlocked':
|
case 'unlocked':
|
||||||
this.notificationsService.updateConnection();
|
this.notificationsService.updateConnection(false);
|
||||||
break;
|
break;
|
||||||
case 'logout':
|
case 'logout':
|
||||||
this.logOut(!!message.expired);
|
this.logOut(!!message.expired);
|
||||||
@@ -103,7 +103,7 @@ export class AppComponent implements OnDestroy, OnInit {
|
|||||||
await this.lockService.lock();
|
await this.lockService.lock();
|
||||||
break;
|
break;
|
||||||
case 'locked':
|
case 'locked':
|
||||||
this.notificationsService.updateConnection();
|
this.notificationsService.updateConnection(false);
|
||||||
this.router.navigate(['lock']);
|
this.router.navigate(['lock']);
|
||||||
break;
|
break;
|
||||||
case 'syncStarted':
|
case 'syncStarted':
|
||||||
|
|||||||
Reference in New Issue
Block a user