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