Skip to content

Commit

Permalink
fix: disable auth routes registration
Browse files Browse the repository at this point in the history
  • Loading branch information
caiquecastro committed May 30, 2024
1 parent 248e2ea commit 26d8c3a
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 @@ -68,4 +68,4 @@

Route::get('finance', [FinancesController::class, 'index']);

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

0 comments on commit 26d8c3a

Please sign in to comment.