1
0
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:
Matt Gibson
2022-02-11 03:44:35 -06:00
committed by GitHub
parent 6ad3957500
commit 45ed645cea
2 changed files with 6 additions and 3 deletions

View File

@@ -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,