From 73a0a67fb0e3b2c7fef363a9bcc0f6756a2ab9b3 Mon Sep 17 00:00:00 2001 From: Gowtham M Date: Wed, 8 Oct 2025 16:24:31 +0530 Subject: [PATCH] GWM : sms integration --- app/Controllers/RestAuthenticationController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 7dcf2943..a82320ef 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -310,7 +310,6 @@ class RestAuthenticationController extends AdminController $employee_id = $this->request->getJSON()->employee_id ?? null; $builder = $this->employeeModel - ->where('email_corporate', $email) ->where('relationship', 'Self') ->where('is_active', 1);