Skip to content

Commit

Permalink
Remove autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDavidson committed Nov 13, 2024
1 parent 7506661 commit 0717836
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

declare(strict_types=1);

use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\Route;

require __DIR__.'/auth.php';
Auth::loginUsingId(1);

Route::redirect('/', 'login');

Expand Down

0 comments on commit 0717836

Please sign in to comment.