The working state of the app. Still one issue with login

This commit is contained in:
2025-09-05 23:02:03 +02:00
parent 1b67756a94
commit 6700770824
9 changed files with 83 additions and 61 deletions

View File

@@ -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