main
ilhamwara 2025-07-03 09:29:44 +07:00
parent bff058491e
commit 43b3288156
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ class UserController extends Controller
} else {
if ($user->username && $user->password) {
Auth::logout();
if (Auth::loginUsingId($id)) {
$session = [
'username' => $user->username,