mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
enable lock timeout
This commit is contained in:
@@ -90,10 +90,10 @@ export class AppComponent implements OnDestroy, OnInit {
|
||||
this.logOut(!!message.expired);
|
||||
break;
|
||||
case 'lockVault':
|
||||
//await this.lockService.lock();
|
||||
await this.lockService.lock();
|
||||
break;
|
||||
case 'locked':
|
||||
//this.router.navigate(['lock']);
|
||||
this.router.navigate(['lock']);
|
||||
break;
|
||||
case 'syncStarted':
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user