From 2567bc2c8b64c56fe644a66add16f3fb159c8da7 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Tue, 15 Feb 2022 10:03:50 +0300 Subject: [PATCH] updated auto sms --- .../app/authentication/confirm-login/confirm-login.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mohem/src/app/authentication/confirm-login/confirm-login.component.ts b/Mohem/src/app/authentication/confirm-login/confirm-login.component.ts index 13f2a12f..2ee80bf6 100644 --- a/Mohem/src/app/authentication/confirm-login/confirm-login.component.ts +++ b/Mohem/src/app/authentication/confirm-login/confirm-login.component.ts @@ -242,7 +242,7 @@ export class ConfirmLoginComponent implements OnInit { const request = new SendActivationByType(); this.authService.setPublicFields(request); request.OTP_SendType = type; - request.MobileNumber = '0543841742';//this.loginData.MobileNumber; + request.MobileNumber = this.loginData.MobileNumber; request.smsSignature = this.signature; request.IsMobileFingerPrint = 0;