updated client module

This commit is contained in:
Kwesi Banson Jnr
2026-07-27 09:03:12 +00:00
parent 3656d2fd26
commit 143e1590e0
7 changed files with 514 additions and 5 deletions

View File

@@ -7,8 +7,17 @@ use Illuminate\Support\Facades\Auth;
class AuthController extends Controller
{
// Your login method is likely here...
// public function login(Request $request)
// {
// if (Auth::attempt($credentials)) {
// $request->session()->regenerate();
// return redirect()->intended('/');
// }
// return back()->withErrors([...]);
// }
/**
* Log the user out of the application.
*/