fixed sfh issues

MOHEMM-PHASE-2-SFH
umasoodch 3 years ago
parent c7eacc7ece
commit 622d36088d

@ -109,7 +109,7 @@
</ion-list>
<div class="" style="text-align:center">
<img src="{{companyUrl}}" class="CompanyImg logoImg">
<img src="../assets/imgs/SFHLogo.png" class="CompanyImg logoImg">
<!-- <p class="companyTxt">{{companyDesc}}</p> -->
</div>
<div class="menuFooter" >

@ -415,6 +415,8 @@ export class SmsPageComponent implements OnInit {
request.IsDeviceNFC = this.isNFCAvailable;
request.P_PASSWORD = localStorage.getItem('password');
this.authService.checkSMS(request, () => { }, this.translate.trPK('general', 'ok'), true).subscribe((result: SMSCheckResponse) => {
if (this.common.validResponse(result)) {

@ -28,8 +28,9 @@ export class ConnectorService {
public static timeOut = 180 * 1000;
// public static host = 'http://10.10.150.249:1234/';
public static host = 'https://uat.hmgwebservices.com/';
// public static host = 'https://hmgwebservices.com/';
public static host = 'https://erpuat.sfh.med.sa/'; //https://uat.hmgwebservices.com/
// public static host = 'https://hmgwebservices.com/';
constructor(public httpClient: HttpClient,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Loading…
Cancel
Save