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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user