mirror of
https://github.com/loewexy/pdnsmanager.git
synced 2025-01-16 03:02:22 +01:00
Fixed type of second password field in setup
This commit is contained in:
parent
de80e3797b
commit
8ffda92071
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label>Repeat password</label>
|
<label>Repeat password</label>
|
||||||
<input type="text" class="form-control auto-validstate" formControlName="password2" />
|
<input type="password" class="form-control auto-validstate" formControlName="password2" />
|
||||||
<div class="invalid-feedback">
|
<div class="invalid-feedback">
|
||||||
Passwords do not match.
|
Passwords do not match.
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue