From c0387474f5bf37fb0448d6eb6a04b078206a4156 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Mon, 29 Jan 2024 16:24:18 +0530 Subject: [PATCH] validateUser : RV --- application/modules/Auth/controllers/Auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/Auth/controllers/Auth.php b/application/modules/Auth/controllers/Auth.php index e09df9b..23284ca 100644 --- a/application/modules/Auth/controllers/Auth.php +++ b/application/modules/Auth/controllers/Auth.php @@ -52,7 +52,7 @@ public function authendicate() { $user = $this->auth_model->validate_user(); - + if($user){ //check if user avaiable or not