1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

Vault should be locked if key is not in memory (#413)

Key is loaded on startup if auto key exists.
This commit is contained in:
Matt Gibson
2021-06-21 18:47:44 -04:00
committed by GitHub
parent f568c87289
commit 5e24a70a87
3 changed files with 3 additions and 12 deletions

View File

@@ -182,7 +182,6 @@ export class LockComponent implements OnInit {
private async doContinue() {
this.vaultTimeoutService.biometricLocked = false;
this.vaultTimeoutService.everBeenUnlocked = true;
this.vaultTimeoutService.manuallyOrTimerLocked = false;
const disableFavicon = await this.storageService.get<boolean>(ConstantsService.disableFaviconKey);
await this.stateService.save(ConstantsService.disableFaviconKey, !!disableFavicon);
this.messagingService.send('unlocked');