We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89981b3 commit 30523f1Copy full SHA for 30523f1
routes/auth.php
@@ -28,8 +28,8 @@
28
$forgot_password = "/forgot-password";
29
}
30
31
+Route::post('/validate-handle', [RegisteredUserController::class, 'validateHandle']);
32
if(env('ALLOW_REGISTRATION') or $register !== '/register') {
- Route::post('/validate-handle', [RegisteredUserController::class, 'validateHandle']);
33
Route::get($register, [RegisteredUserController::class, 'create'])
34
->middleware('guest')
35
->middleware('max.users')
0 commit comments