This commit is contained in:
Matt Hill
2023-10-26 16:02:53 -06:00
committed by GitHub
parent 9a545f176d
commit b28c673133
2 changed files with 0 additions and 3 deletions

View File

@@ -27,7 +27,6 @@
[type]="!unmasked1 ? 'password' : 'text'"
placeholder="Enter Password"
(ionChange)="validate()"
maxlength="64"
></ion-input>
<ion-button fill="clear" color="light" (click)="unmasked1 = !unmasked1">
<ion-icon
@@ -48,7 +47,6 @@
[type]="!unmasked2 ? 'password' : 'text'"
placeholder="Retype Password"
(ionChange)="checkVer()"
maxlength="64"
></ion-input>
<ion-button
fill="clear"

View File

@@ -48,7 +48,6 @@
[type]="unmasked ? 'text' : 'password'"
[(ngModel)]="password"
(ionChange)="error = ''"
maxlength="64"
></ion-input>
<ion-button
slot="end"