1
0
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:
Kyle Spearrin
2018-12-26 11:02:02 -05:00
parent 2ccbcb75bf
commit 24bd7208fd
3 changed files with 56 additions and 6 deletions

View File

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