mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 11:13:44 +00:00
Update UI
This commit is contained in:
@@ -95,12 +95,7 @@
|
||||
</div>
|
||||
<div
|
||||
class="form-group"
|
||||
*ngIf="
|
||||
supportsBiometric &&
|
||||
this.form.value.biometric &&
|
||||
(this.isMac ||
|
||||
(this.isWindows && this.form.value.allowBiometricUnlockOnAppRestart))
|
||||
"
|
||||
*ngIf="supportsBiometric && this.form.value.biometric && this.isMac"
|
||||
>
|
||||
<div class="checkbox form-group-child">
|
||||
<label for="autoPromptBiometrics">
|
||||
|
||||
Reference in New Issue
Block a user