mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Refresh window when locked to enure that all purged memory is cleaned up
This commit is contained in:
@@ -123,7 +123,7 @@ export class AppComponent implements OnInit {
|
||||
await this.lockService.lock();
|
||||
break;
|
||||
case 'locked':
|
||||
this.router.navigate(['lock']);
|
||||
this.router.navigate(['lock'], { queryParams: { refresh: true } });
|
||||
this.notificationsService.updateConnection();
|
||||
this.updateAppMenu();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user