The working state of the app. Still one issue with login
This commit is contained in:
@@ -5,9 +5,6 @@ use App\Http\Controllers\Auth\AuthenticatedSessionController;
|
||||
|
||||
// Landing page for non-logged-in users with placeholder stats
|
||||
Route::get('/', function () {
|
||||
if (auth()->check()) {
|
||||
return redirect()->route('filament.user.pages.lobby');
|
||||
}
|
||||
$gamesCount = 10; // Placeholder
|
||||
$usersCount = 100; // Placeholder
|
||||
$biggestJackpot = 5000; // Placeholder
|
||||
|
||||
Reference in New Issue
Block a user