username issue

This commit is contained in:
CHIEFSOFT\ameye
2023-11-14 03:57:46 -05:00
parent 2cb001e6ce
commit d0d15571e2
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
<ion-label class="simp_lbl_tx">Login to continue</ion-label>
<ion-item lines="none">
<ion-icon slot="start" name="mail-outline"></ion-icon>
<ion-input (ionChange)="refreshBut()" type="email" placeholder="Email" maxlength="25" [(ngModel)]='username'></ion-input>
<ion-input (ionChange)="refreshBut()" type="email" placeholder="Email" maxlength="35" [(ngModel)]='username'></ion-input>
</ion-item>
<ion-item lines="none">
+2 -2
View File
@@ -35,12 +35,12 @@
<ion-item lines="none">
<ion-icon slot="start" name="mail-outline"></ion-icon>
<ion-input type="username" placeholder="Email (your username)" [(ngModel)]='username'></ion-input>
<ion-input type="username" maxlength="35" placeholder="Email (your username)" [(ngModel)]='username'></ion-input>
</ion-item>
<ion-item lines="none">
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
<ion-input type="password" placeholder="Password" [(ngModel)]='password'></ion-input>
<ion-input type="password" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
</ion-item>
<!-- <ion-item lines="none">-->