Suggest details
This commit is contained in:
@@ -50,7 +50,7 @@ ion-content {
|
||||
}
|
||||
|
||||
ion-button {
|
||||
--border-radius: 10px;
|
||||
--border-radius: 40px;
|
||||
margin-top: 1.5rem;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -36,7 +36,7 @@ ion-content {
|
||||
}
|
||||
|
||||
ion-button {
|
||||
--border-radius: 10px;
|
||||
--border-radius: 40px;
|
||||
margin-top: 2.5rem;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
@@ -29,7 +29,7 @@ ion-content {
|
||||
}
|
||||
|
||||
ion-button {
|
||||
--border-radius: 10px;
|
||||
--border-radius: 40px;
|
||||
margin-top: 2.5rem;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user