prep: Making way for the planned 'Dashboard' page
This commit is contained in:
4
auth.py
4
auth.py
@@ -103,5 +103,5 @@ async def auth_twitch_callback(code: str, state: str, request: Request, db: Sess
|
|||||||
db.commit()
|
db.commit()
|
||||||
|
|
||||||
# Redirect to a future dashboard page for a better user experience
|
# Redirect to a future dashboard page for a better user experience
|
||||||
# For now, we can redirect back to the home page.
|
# This prepares us for Task 1.4 (Session Management) and Task 2.1 (Dashboard UI)
|
||||||
return RedirectResponse(url="/")
|
return RedirectResponse(url="/dashboard")
|
||||||
Reference in New Issue
Block a user