fixed prod issue

enad-pre-live
umasoodch 4 years ago
parent 6f4ba1741e
commit 1fd51782d4

@ -35,6 +35,7 @@
"@ionic-native/device": "^5.18.0", "@ionic-native/device": "^5.18.0",
"@ionic-native/diagnostic": "^5.18.0", "@ionic-native/diagnostic": "^5.18.0",
"@ionic-native/file": "^5.18.0", "@ionic-native/file": "^5.18.0",
"@ionic-native/file-opener": "^5.36.0",
"@ionic-native/file-path": "^5.18.0", "@ionic-native/file-path": "^5.18.0",
"@ionic-native/fingerprint-aio": "^5.18.0", "@ionic-native/fingerprint-aio": "^5.18.0",
"@ionic-native/firebase-x": "^5.34.0", "@ionic-native/firebase-x": "^5.34.0",
@ -81,6 +82,7 @@
"cordova-plugin-device": "^2.0.3", "cordova-plugin-device": "^2.0.3",
"cordova-plugin-dialogs": "^2.0.2", "cordova-plugin-dialogs": "^2.0.2",
"cordova-plugin-file": "^6.0.2", "cordova-plugin-file": "^6.0.2",
"cordova-plugin-file-opener2": "^3.0.5",
"cordova-plugin-filepath": "^1.5.6", "cordova-plugin-filepath": "^1.5.6",
"cordova-plugin-fingerprint-aio": "^3.0.0", "cordova-plugin-fingerprint-aio": "^3.0.0",
"cordova-plugin-firebasex": "^13.0.0", "cordova-plugin-firebasex": "^13.0.0",
@ -236,6 +238,9 @@
}, },
"cordova-plugin-sms-retriever-manager": { "cordova-plugin-sms-retriever-manager": {
"PLAY_SERVICES_VERSION": "15.0.1" "PLAY_SERVICES_VERSION": "15.0.1"
},
"cordova-plugin-file-opener2": {
"ANDROID_SUPPORT_V4_VERSION": "27.+"
} }
}, },
"platforms": [ "platforms": [

@ -61,7 +61,7 @@ export class CheckUserComponent implements OnInit {
private checkUserResult: CheckUserAuthenticationResponse; private checkUserResult: CheckUserAuthenticationResponse;
private sendSMSForForgotPassword() { public sendSMSForForgotPassword() {
this.cs.startLoading(); this.cs.startLoading();
let changePwdObj= new LoginRequest(); let changePwdObj= new LoginRequest();
// changePwdObj.MobileNumber= this.checkUserResult.BasicMemberInformation.P_MOBILE_NUMBER; // changePwdObj.MobileNumber= this.checkUserResult.BasicMemberInformation.P_MOBILE_NUMBER;

@ -27,8 +27,8 @@ export class ConnectorService {
public static retryTimes = 0; public static retryTimes = 0;
public static timeOut = 180 * 1000; public static timeOut = 180 * 1000;
public static host = 'https://uat.hmgwebservices.com/'; // public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/'; public static host = 'https://hmgwebservices.com/';
constructor(public httpClient: HttpClient, constructor(public httpClient: HttpClient,
public cs: CommonService, public cs: CommonService,

Loading…
Cancel
Save