diff --git a/app/Http/Controllers/AuthenticationController.php b/app/Http/Controllers/AuthenticationController.php index ab81a3a..16caa30 100644 --- a/app/Http/Controllers/AuthenticationController.php +++ b/app/Http/Controllers/AuthenticationController.php @@ -11,14 +11,6 @@ use Modules\Authentication\Http\Requests\LoginRequest; class AuthenticationController extends Controller { - /** - * Display a listing of the resource. - */ - public function index() - { - return view('authentication::index'); - } - /** * Show the form for creating a new resource. */ @@ -39,30 +31,6 @@ class AuthenticationController extends Controller return redirect()->intended(('dashboard')); } - /** - * Show the specified resource. - */ - public function show($id) - { - return view('authentication::show'); - } - - /** - * Show the form for editing the specified resource. - */ - public function edit($id) - { - return view('authentication::edit'); - } - - /** - * Update the specified resource in storage. - */ - public function update(Request $request, $id): RedirectResponse - { - // - } - /** * Remove the specified resource from storage. */ diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 6a264bf..bfa2508 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -21,23 +21,6 @@

Sign in

-
- - Need an account? - - - Sign up - -
- -
- - - - Or - - -