GWM : sms integration

This commit is contained in:
Gowtham M 2025-10-08 17:12:24 +05:30
parent 7edeca4504
commit 03608dbda4

View File

@ -300,7 +300,7 @@ class RestAuthenticationController extends AdminController
$email = $this->request->getJSON()->email ?? null;
$mobile_number = $this->request->getJSON()->mobile_number;
$mobile_number = $this->request->getJSON()->mobile_number ?? null;
$otp = $this->request->getJSON()->otp;
$client_id = $this->request->getJSON()->client_id ?? null;
$employee_id = $this->request->getJSON()->employee_id ?? null;