First step reset password

This commit is contained in:
CHIEFSOFT\ameye
2023-08-04 11:20:22 -04:00
parent 91485afe13
commit cfbd078921
4 changed files with 43 additions and 20 deletions
+16
View File
@@ -29,6 +29,22 @@
<ion-label class="welcome_lbl">Forgot password</ion-label>
<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-item>
<ion-button (click)="onEnterEmail()" expand="block">
Continue
</ion-button>
</div>
<div *ngIf="tab == 3" class="ion-padding">
<ion-label class="welcome_lbl">Forgot password</ion-label>
<ion-label class="simp_lbl">Code has been sent to the your registered email</ion-label>
<ion-item lines="none">