Skip to content

Commit 89981b3

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routes/auth.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
}
3030

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

0 commit comments

Comments
 (0)