8000 feat: Remove Admi registration · itxshakil/multi-auth-for-laravel@6123422 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6123422

Browse files
committed
feat: Remove Admi registration
Signed-off-by: Shakil Alam <itxshakil@gmail.com>
1 parent c2990ee commit 6123422

File tree

4 files changed

+0
-194
lines changed

4 files changed

+0
-194
lines changed

app/Http/Controllers/Auth/Admin/RegisteredAdminController.php

Lines changed: 0 additions & 52 deletions
This file was deleted.

resources/js/Pages/Auth/Admin/Register.vue

Lines changed: 0 additions & 104 deletions
This file was deleted.

routes/auth.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use App\Http\Controllers\Auth\Admin\NewPasswordController as AdminNewPasswordController;
88
use App\Http\Controllers\Auth\Admin\PasswordController as AdminPasswordController;
99
use App\Http\Controllers\Auth\Admin\PasswordResetLinkController as AdminPasswordResetLinkController;
10-
use App\Http\Controllers\Auth\Admin\RegisteredAdminController;
1110
use App\Http\Controllers\Auth\Admin\VerifyEmailController as AdminVerifyEmailController;
1211
use App\Http\Controllers\Auth\AuthenticatedSessionController;
1312
use App\Http\Controllers\Auth\ConfirmablePasswordController;
@@ -69,11 +68,6 @@
6968

7069
Route::prefix('admin')->name('admin.')->group(function () {
7170
Route::middleware('guest:admin')->group(function () {
72-
Route::get('register', [RegisteredAdminController::class, 'create'])
73-
->name('register');
74-
75-
Route::post('register', [RegisteredAdminController::class, 'store']);
76-
7771
Route::get('login', [AdminAuthenticatedSessionController::class, 'create'])
7872
->name('login');
7973

tests/Feature/Auth/Admin/RegistrationTest.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0