mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 17:53:39 +00:00
lock with master pass on restart option on PIN lock
This commit is contained in:
@@ -42,7 +42,7 @@ export default class IdleBackground {
|
||||
if (newState === 'locked') {
|
||||
const lockOption = await this.storageService.get<number>(ConstantsService.lockOptionKey);
|
||||
if (lockOption === -2) {
|
||||
this.lockService.lock();
|
||||
this.lockService.lock(true);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user