mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
@@ -27,7 +27,6 @@
|
|||||||
[type]="!unmasked1 ? 'password' : 'text'"
|
[type]="!unmasked1 ? 'password' : 'text'"
|
||||||
placeholder="Enter Password"
|
placeholder="Enter Password"
|
||||||
(ionChange)="validate()"
|
(ionChange)="validate()"
|
||||||
maxlength="64"
|
|
||||||
></ion-input>
|
></ion-input>
|
||||||
<ion-button fill="clear" color="light" (click)="unmasked1 = !unmasked1">
|
<ion-button fill="clear" color="light" (click)="unmasked1 = !unmasked1">
|
||||||
<ion-icon
|
<ion-icon
|
||||||
@@ -48,7 +47,6 @@
|
|||||||
[type]="!unmasked2 ? 'password' : 'text'"
|
[type]="!unmasked2 ? 'password' : 'text'"
|
||||||
placeholder="Retype Password"
|
placeholder="Retype Password"
|
||||||
(ionChange)="checkVer()"
|
(ionChange)="checkVer()"
|
||||||
maxlength="64"
|
|
||||||
></ion-input>
|
></ion-input>
|
||||||
<ion-button
|
<ion-button
|
||||||
fill="clear"
|
fill="clear"
|
||||||
|
|||||||
@@ -48,7 +48,6 @@
|
|||||||
[type]="unmasked ? 'text' : 'password'"
|
[type]="unmasked ? 'text' : 'password'"
|
||||||
[(ngModel)]="password"
|
[(ngModel)]="password"
|
||||||
(ionChange)="error = ''"
|
(ionChange)="error = ''"
|
||||||
maxlength="64"
|
|
||||||
></ion-input>
|
></ion-input>
|
||||||
<ion-button
|
<ion-button
|
||||||
slot="end"
|
slot="end"
|
||||||
|
|||||||
Reference in New Issue
Block a user