1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-15 15:53:51 +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

@@ -2,7 +2,6 @@ import { EncString } from '../models/domain/encString';
export abstract class VaultTimeoutService {
biometricLocked: boolean;
manuallyOrTimerLocked: boolean;
everBeenUnlocked: boolean;
pinProtectedKey: EncString;
isLocked: () => Promise<boolean>;