mirror of
https://github.com/bitwarden/browser
synced 2025-01-10 17:35:47 +01:00
13d4b6f2a6
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 |
||
---|---|---|
.. | ||
browser | ||
cli | ||
desktop | ||
web |