mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
Add confirm identity helper text to password in verify component (#554)
This commit is contained in:
parent
fc0d624621
commit
9b7aaa272d
@ -2,6 +2,7 @@
|
|||||||
<label for="masterPassword">{{'masterPass' | i18n}}</label>
|
<label for="masterPassword">{{'masterPass' | i18n}}</label>
|
||||||
<input id="masterPassword" type="password" name="MasterPasswordHash" class="form-control"
|
<input id="masterPassword" type="password" name="MasterPasswordHash" class="form-control"
|
||||||
[formControl]="secret" required appAutofocus appInputVerbatim>
|
[formControl]="secret" required appAutofocus appInputVerbatim>
|
||||||
|
<small class="form-text text-muted">{{'confirmIdentity' | i18n}}</small>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="usesKeyConnector">
|
<ng-container *ngIf="usesKeyConnector">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
Loading…
Reference in New Issue
Block a user