mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
Remove register route (#1163)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user