sign up
This commit is contained in:
@@ -16,11 +16,7 @@
|
||||
<ion-item lines="none">
|
||||
<ion-select (ionChange)="verReg()" label="Select Country" placeholder="Select Country" [(ngModel)]='country'>
|
||||
<ion-select-option *ngFor="let item of signupCountry" value="{{item.code}}">{{item.country}}</ion-select-option>
|
||||
<!-- <ion-select-option value="NG">Nigeria</ion-select-option>-->
|
||||
<!-- <ion-select-option value="US">United States</ion-select-option>-->
|
||||
</ion-select>
|
||||
<!-- <ion-label>Nigeria</ion-label>-->
|
||||
<!-- <ion-icon name="caret-down-outline"></ion-icon>-->
|
||||
</ion-item>
|
||||
|
||||
|
||||
@@ -46,11 +42,6 @@
|
||||
<ion-input (ionChange)="verReg()" type="password" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<!-- <ion-item lines="none">-->
|
||||
<!-- <ion-icon slot="start" name="lock-closed-outline"></ion-icon>-->
|
||||
<!-- <ion-input type="password" placeholder="Confirm Password"></ion-input>-->
|
||||
<!-- </ion-item>-->
|
||||
|
||||
<ion-button expand="block" [disabled]="isDisabled" (click)="onFillProfile()">
|
||||
Register
|
||||
</ion-button>
|
||||
@@ -100,18 +91,27 @@
|
||||
<ion-col size-md="9">{{signup_username}}</ion-col>
|
||||
</ion-row>
|
||||
</ion-grid>
|
||||
<ion-label class="or">Enter Confirmation Received In Email</ion-label>
|
||||
<ion-label class="or" style="width: 100%; background-color: lightseagreen; color: white; font-weight: bolder; height: 25px; margin: 5px;">Enter Confirmation Received In Email</ion-label>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-icon slot="start" name="mail-outline"></ion-icon>
|
||||
<ion-input type="username" placeholder="Random text" maxlength="8" [(ngModel)]='random_text'></ion-input>
|
||||
<ion-input type="text"
|
||||
autocomplete="false"
|
||||
(ionChange)="verReg2()"
|
||||
placeholder="Random text"
|
||||
maxlength="8" [(ngModel)]='random_text'></ion-input>
|
||||
</ion-item>
|
||||
|
||||
<ion-item lines="none">
|
||||
<ion-icon slot="start" name="lock-closed-outline"></ion-icon>
|
||||
<ion-input type="password" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
|
||||
<ion-input type="password" (ionChange)="verReg2()" placeholder="Password" maxlength="15" [(ngModel)]='password'></ion-input>
|
||||
</ion-item>
|
||||
<ion-button expand="block" (click)="onCompleteProfile()">
|
||||
Complete signup
|
||||
|
||||
<ion-button
|
||||
expand="block"
|
||||
[disabled]="isDisabled2"
|
||||
(click)="onCompleteProfile()">
|
||||
Complete Signup
|
||||
</ion-button>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user