Skip to content

Commit

Permalink
Remove register route (linuxserver#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeStar authored May 20, 2023
1 parent 1f5493a commit 60facca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
Route::patch('edit/{id}', [SettingsController::class,'update']);
});

Auth::routes();
Auth::routes(['register' => false]);

Route::get('/home', [HomeController::class,'index'])->name('home');

Expand Down

0 comments on commit 60facca

Please sign in to comment.