1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

memory stored pinProtectedKey

This commit is contained in:
Kyle Spearrin
2019-08-29 10:01:59 -04:00
parent 8ebed21017
commit a519ed2580
3 changed files with 10 additions and 10 deletions

View File

@@ -228,7 +228,6 @@ export class AppComponent implements OnInit {
this.stateService.purge(),
]);
this.lockService.pinLocked = false;
this.searchService.clearIndex();
this.authService.logOut(async () => {
this.analytics.eventTrack.next({ action: 'Logged Out' });