From 8655218ef5e41738d7f29dfaab4ba788544e0595 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 1 Aug 2025 12:20:34 +0530 Subject: [PATCH] FIX_LIVE_ISSUE_GET_CLIENT_DETAILS : RV --- app/Controllers/RestAuthenticationController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Controllers/RestAuthenticationController.php b/app/Controllers/RestAuthenticationController.php index 0c2089b6..b2567d9c 100755 --- a/app/Controllers/RestAuthenticationController.php +++ b/app/Controllers/RestAuthenticationController.php @@ -484,7 +484,7 @@ class RestAuthenticationController extends AdminController $this->authHistoryModel->insert($data); } - + $employeeData['token_type'] = "post"; $result = JWTToken::encode($employeeData); if(isset($this->request->getJSON()->otp)){ @@ -1081,6 +1081,7 @@ class RestAuthenticationController extends AdminController ]); } + $employeeData['token_type'] = "post"; $token = JWTToken::encode($employeeData); log_message('error', ' ');