FIX_LIVE_ISSUE_GET_CLIENT_DETAILS : RV
This commit is contained in:
parent
d32b5e7fa1
commit
8655218ef5
@ -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', ' ');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user