GWM : sms integration
This commit is contained in:
parent
45c4c1aaaa
commit
bef7d7f45f
@ -303,7 +303,7 @@ class RestAuthenticationController extends AdminController
|
||||
$this->myLogger->logme("error", "REST-AUTH-CONTROLLER - updateEmpOTP: Received payload = " . json_encode($this->request->getJSON() ?? []));
|
||||
|
||||
|
||||
$email = $this->request->getJSON()->email;
|
||||
$email = $this->request->getJSON()->email ?? null;
|
||||
$mobile_number = $this->request->getJSON()->mobile_number;
|
||||
$otp = $this->request->getJSON()->otp;
|
||||
$client_id = $this->request->getJSON()->client_id ?? null;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user