Fix non-unique ids on settings page (#1002)
This commit is contained in:
parent
0a0e871696
commit
2f8a721033
|
@ -28,8 +28,8 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="masterPassword">{{'newMasterPass' | i18n}}</label>
|
<label for="newMasterPassword">{{'newMasterPass' | i18n}}</label>
|
||||||
<input id="masterPassword" type="password" name="NewMasterPasswordHash" class="form-control mb-1"
|
<input id="newMasterPassword" type="password" name="NewMasterPasswordHash" class="form-control mb-1"
|
||||||
[(ngModel)]="masterPassword" (input)="updatePasswordStrength()" required appInputVerbatim
|
[(ngModel)]="masterPassword" (input)="updatePasswordStrength()" required appInputVerbatim
|
||||||
autocomplete="new-password">
|
autocomplete="new-password">
|
||||||
<app-password-strength [score]="masterPasswordScore" [showText]="true"></app-password-strength>
|
<app-password-strength [score]="masterPasswordScore" [showText]="true"></app-password-strength>
|
||||||
|
|
Loading…
Reference in New Issue