change login process

This commit is contained in:
2025-08-11 15:29:36 +03:30
parent 881ffe626a
commit 6e8d556164
2 changed files with 7 additions and 5 deletions

View File

@@ -23,6 +23,6 @@ class VerifyAuthenticationController extends Controller
Auth::login($user);
return redirect('/');
return $this->successResponse();
}
}