mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +00:00
Update UI
This commit is contained in:
@@ -80,23 +80,27 @@
|
||||
<small class="help-block" *ngIf="this.form.value.biometric && this.isMac">{{
|
||||
"additionalTouchIdSettings" | i18n
|
||||
}}</small>
|
||||
<!-- Textbox for biometric app start -->
|
||||
<div class="form-group tw-mt-2" *ngIf="this.form.value.biometric && this.isWindows">
|
||||
<div class="checkbox">
|
||||
<label for="allowBiometricUnlockOnAppRestart">
|
||||
<input
|
||||
id="allowBiometricUnlockOnAppRestart"
|
||||
type="checkbox"
|
||||
formControlName="allowBiometricUnlockOnAppRestart"
|
||||
/>
|
||||
{{ "allowBiometricUnlockOnAppRestart" | i18n }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group" *ngIf="this.form.value.biometric && this.isWindows">
|
||||
<div class="checkbox form-group-child">
|
||||
<label for="allowBiometricUnlockOnAppRestart">
|
||||
<input
|
||||
id="allowBiometricUnlockOnAppRestart"
|
||||
type="checkbox"
|
||||
formControlName="allowBiometricUnlockOnAppRestart"
|
||||
/>
|
||||
{{ "allowBiometricUnlockOnAppRestart" | i18n }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="form-group"
|
||||
*ngIf="supportsBiometric && this.form.value.biometric && this.isMac"
|
||||
*ngIf="
|
||||
supportsBiometric &&
|
||||
this.form.value.biometric &&
|
||||
(this.isMac ||
|
||||
(this.isWindows && this.form.value.allowBiometricUnlockOnAppRestart))
|
||||
"
|
||||
>
|
||||
<div class="checkbox form-group-child">
|
||||
<label for="autoPromptBiometrics">
|
||||
|
||||
@@ -1850,7 +1850,7 @@
|
||||
"message": "Lock with master password on restart"
|
||||
},
|
||||
"allowBiometricUnlockOnAppRestart": {
|
||||
"message": "Allow biometric unlock on app restart"
|
||||
"message": "Allow biometric unlock for the first unlock after restarting the app"
|
||||
},
|
||||
"deleteAccount": {
|
||||
"message": "Delete account"
|
||||
|
||||
Reference in New Issue
Block a user