Remove register route (#1163)
This commit is contained in:
parent
1f5493ac98
commit
60faccad27
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ Route::group([
|
|||
Route::patch('edit/{id}', [SettingsController::class,'update']);
|
||||
});
|
||||
|
||||
Auth::routes();
|
||||
Auth::routes(['register' => false]);
|
||||
|
||||
Route::get('/home', [HomeController::class,'index'])->name('home');
|
||||
|
||||
|
|
Loading…
Reference in a new issue