prep: Making way for the planned 'Dashboard' page

This commit is contained in:
2025-11-17 01:03:31 +01:00
parent f15f339de8
commit 3fb360aa77

View File

@@ -103,5 +103,5 @@ async def auth_twitch_callback(code: str, state: str, request: Request, db: Sess
db.commit()
# Redirect to a future dashboard page for a better user experience
# For now, we can redirect back to the home page.
return RedirectResponse(url="/")
# This prepares us for Task 1.4 (Session Management) and Task 2.1 (Dashboard UI)
return RedirectResponse(url="/dashboard")