Shows data and adds some tests for the OAuth check
This commit is contained in:
@@ -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('/');
|
||||
});
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user