mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-06 23:51:28 +01:00
fix(biometrics): [PM-13901] Bugfix for "Ask for biometrics on launch does not auto prompt biometrics" (#12144)
This PR ensures that, on the Chrome browser extension, biometrics gets auto-prompted when the user selects "Ask for biometrics on launch" by resetting the `isInitialLockScreen` to `true` on active account change. Feature flag: `ExtensionRefresh` ON.
This commit is contained in:
parent
d13bbf979f
commit
820b03dd49
@ -228,6 +228,7 @@ export class LockV2Component implements OnInit, OnDestroy {
|
||||
this.unlockOptions = null;
|
||||
this.activeUnlockOption = null;
|
||||
this.formGroup = null; // new form group will be created based on new active unlock option
|
||||
this.isInitialLockScreen = true;
|
||||
|
||||
// Desktop properties:
|
||||
this.biometricAsked = false;
|
||||
|
Loading…
Reference in New Issue
Block a user