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);