Shows data and adds some tests for the OAuth check

This commit is contained in:
2026-02-16 12:24:50 +01:00
parent 9a10ff4727
commit e4259978de
2 changed files with 11 additions and 4 deletions

View File

@@ -34,7 +34,6 @@
});
// Dev auto-login route
// if (app()->environment('local', 'testing')) {
Route::get('/login-for-testing', function () {
$user = \App\Models\User::where('email', 'jonathan@blijnder.nl')->first();
@@ -47,4 +46,3 @@
return redirect('/');
});
// }