updated client module
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user