1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-10 17:35:47 +01:00
bitwarden-estensione-browser/apps
rr-bw 13d4b6f2a6
fix(biometrics): [PM-14593] Bugfix for "Cannot disable biometrics on extension" (ExtensionRefresh) (#12099)
In the legacy `AccountSercurityV1Component` the `updateBiometric(enabled: boolean)` method had an `else` block to handle an `enabled` value of `false`. The new `AccountSecurityComponent` is missing this block, which makes it so the user cannot disable biometrics because we aren't handling the case where they uncheck the biometrics checkbox. This PR just adds the `else` block in the new component so we handle a `false` value.

Feature Flag: ExtensionRefresh ON
2024-11-22 10:31:09 -08:00
..
browser fix(biometrics): [PM-14593] Bugfix for "Cannot disable biometrics on extension" (ExtensionRefresh) (#12099) 2024-11-22 10:31:09 -08:00
cli [PM-11360] Remove export permission for providers (#12062) 2024-11-22 07:58:03 +10:00
desktop [PM-13667] Add button to open credential history on web (#12100) 2024-11-22 18:29:30 +01:00
web Auth/PM-15155 - 2FA Component Renames (#12092) 2024-11-22 12:33:46 -05:00