mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Skip unlocking unless locked, not only biometric locked (#2350)
This commit is contained in:
@@ -416,7 +416,8 @@ export default class MainBackground {
|
||||
this.appIdService,
|
||||
this.platformUtilsService,
|
||||
this.stateService,
|
||||
this.logService
|
||||
this.logService,
|
||||
this.vaultTimeoutService
|
||||
);
|
||||
this.commandsBackground = new CommandsBackground(
|
||||
this,
|
||||
|
||||
Reference in New Issue
Block a user