1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

enable lock timeout

This commit is contained in:
Kyle Spearrin
2018-06-09 14:55:34 -04:00
parent ea6317e3a2
commit b93b9feee4
3 changed files with 7 additions and 3 deletions

View File

@@ -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;