mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
support for unlocking with PIN code
This commit is contained in:
@@ -2,4 +2,5 @@ export abstract class LockService {
|
||||
checkLock: () => Promise<void>;
|
||||
lock: () => Promise<void>;
|
||||
setLockOption: (lockOption: number) => Promise<void>;
|
||||
isPinLockSet: () => Promise<boolean>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user