Suggest details
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<ion-label class="simp_lbl">Enter your registered email</ion-label>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="email" placeholder="Your username" [(ngModel)]='username'></ion-input>
|
||||
<ion-input type="email" placeholder="Your username" maxlength="25" [(ngModel)]='username'></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-button (click)="onEnterEmail()" expand="block">
|
||||
@@ -45,7 +45,7 @@
|
||||
<ion-label class="simp_lbl">Code has been sent to the your registered email</ion-label>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-input type="text" placeholder="Enter Code" [(ngModel)]='reset_pin'></ion-input>
|
||||
<ion-input type="text" placeholder="Enter Code" maxlength="10" [(ngModel)]='reset_pin'></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-button (click)="onCompleteReset()" expand="block">
|
||||
|
||||
Reference in New Issue
Block a user