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

memory stored pinProtectedKey

This commit is contained in:
Kyle Spearrin
2019-08-29 09:41:04 -04:00
parent 530d0d2594
commit eb0bc6a01c
3 changed files with 10 additions and 10 deletions

View File

@@ -307,7 +307,6 @@ export default class MainBackground {
this.lockService.clear(),
]);
this.lockService.pinLocked = false;
this.searchService.clearIndex();
this.messagingService.send('doneLoggingOut', { expired: expired });