🔧
This commit is contained in:
@@ -18,5 +18,5 @@ Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::get('/login', function () {
|
||||
return Inertia::render('Auth/login', ["user" => "test"]);
|
||||
return Inertia::render('Auth/login');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user