fix config bug for number 0 and also maybe conenction icon (#2098)

* fix config bug for number 0 and also maybe conenction icon

* add max password length to confimation input
This commit is contained in:
Matt Hill
2023-01-10 14:53:57 -07:00
committed by GitHub
parent c3d8c72302
commit 5656fd0b96
4 changed files with 6 additions and 4 deletions

View File

@@ -48,8 +48,9 @@
[(ngModel)]="passwordVer"
[ngModelOptions]="{'standalone': true}"
[type]="!unmasked2 ? 'password' : 'text'"
(ionChange)="checkVer()"
placeholder="Retype Password"
(ionChange)="checkVer()"
maxlength="64"
></ion-input>
<ion-button
fill="clear"