1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

Add confirm identity helper text to password in verify component (#554)

This commit is contained in:
Oscar Hinton 2021-11-18 16:24:15 +01:00 committed by GitHub
parent fc0d624621
commit 9b7aaa272d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
<label for="masterPassword">{{'masterPass' | i18n}}</label>
<input id="masterPassword" type="password" name="MasterPasswordHash" class="form-control"
[formControl]="secret" required appAutofocus appInputVerbatim>
<small class="form-text text-muted">{{'confirmIdentity' | i18n}}</small>
</ng-container>
<ng-container *ngIf="usesKeyConnector">
<div class="form-group">