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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user