Skip to content

Commit 30523f1

Browse files
committed
Update auth.php
1 parent 89981b3 commit 30523f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
$forgot_password = "/forgot-password";
2929
}
3030

31+
Route::post('/validate-handle', [RegisteredUserController::class, 'validateHandle']);
3132
if(env('ALLOW_REGISTRATION') or $register !== '/register') {
32-
Route::post('/validate-handle', [RegisteredUserController::class, 'validateHandle']);
3333
Route::get($register, [RegisteredUserController::class, 'create'])
3434
->middleware('guest')
3535
->middleware('max.users')

0 commit comments

Comments
 (0)