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

redirect to lock screen on locked event

This commit is contained in:
Kyle Spearrin
2019-03-19 15:45:39 -04:00
parent eb07b1b080
commit 7a161fa028
4 changed files with 5 additions and 3 deletions

View File

@@ -167,7 +167,6 @@ export class SettingsComponent implements OnInit {
async lock() {
this.analytics.eventTrack.next({ action: 'Lock Now' });
await this.lockService.lock(true);
this.router.navigate(['lock']);
}
async logOut() {