1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

Update UI

This commit is contained in:
Bernd Schoolmann
2025-08-29 12:41:39 +02:00
parent a2ae42a381
commit 2880a3b86c
2 changed files with 18 additions and 14 deletions

View File

@@ -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">

View File

@@ -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"