From 504c34d8c23468b108c8cb7784465c3067f4d61d Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Wed, 13 Apr 2022 22:33:11 -0400 Subject: [PATCH] fix --- app/Controllers/Savvy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Controllers/Savvy.php b/app/Controllers/Savvy.php index cf3f011..927ee14 100644 --- a/app/Controllers/Savvy.php +++ b/app/Controllers/Savvy.php @@ -193,7 +193,7 @@ class Savvy extends BaseController else{ $res = FloatLogin::floatLoginUser($inx['username'], $inx['password']); - if (!empty($res)){ + /* if (!empty($res)){ $data = json_decode($res, TRUE); if (isset($data['accessToken'])){ @@ -201,7 +201,7 @@ class Savvy extends BaseController } - } + } */ } break;