fix forget password

master
ashwaq 6 years ago
parent 45f20fdd59
commit 2903783e41

@ -23,7 +23,7 @@
<ion-item class="item-input-login">
<img class="item-icon" src="assets/imgs/username.png" item-start />
<ion-label>{{ts.trPK('login','check-user-text1')}}</ion-label>
<ion-label>{{ts.trPK('login','check-user-place-holder')}}</ion-label>
<ion-input class="login-input" required type="text" [(ngModel)]="P_USER_NAME">
</ion-input>
</ion-item>

@ -32,8 +32,8 @@
</ion-col>
</ion-row>
<div *ngIf="onlySMSBox"><p>{{ts.trPK('login','verify-login-with')}}</p></div>
<div *ngIf="!onlySMSBox && FFloginType == 2"><p>{{ts.trPK('login','verify-fingerprint')}}</p></div>
<div *ngIf="!onlySMSBox && FFloginType == 3"><p>{{ts.trPK('login','verify-faceId')}}</p></div>
<div *ngIf="!onlySMSBox && FFloginType == 2"><p>{{ts.trPK('login','verify-fingerprint')}}</p></div>
<div *ngIf="!onlySMSBox && FFloginType == 3"><p>{{ts.trPK('login','verify-faceId')}}</p></div>
</ion-col>
</ion-row>

@ -139,9 +139,13 @@ export class SmsPageComponent implements OnInit {
console.log("deviceToken :"+this.deviceToken);
this.loginTypeData= this.common.sharedService.getSharedData(SMSCheckRequest.SHARED_DATA, false);
if( this.loginTypeData){
this.loginType=this.loginTypeData.loginType;
console.log("loginType :"+this.loginTypeData.loginType);
console.log("loginType :"+this.loginTypeData.loginType);
}else{
this.loginType=1;
}

@ -161,10 +161,14 @@
"en": "Verify its you",
"ar": "Verify its you"
},
"check-user-text1":{
"check-user-place-holder":{
"en":"Employee ID",
"ar":"رقم الموظف "
},
"check-user-text1": {
"en": "Please Enter your Employee ID, A ",
"ar": "يرجى ادخال رقم الموظف "
},
"check-user-text2": {
"en": "login Code ",
"ar": "رمز تسجيل الدخول"

Loading…
Cancel
Save