fix login page not showing correctly

This commit is contained in:
2025-10-05 20:55:59 +03:00
parent 20a19db207
commit 2b2f56b3ab
+2
View File
@@ -9,6 +9,8 @@ from web.misc import check_user
async def page():
ui.page_title("Watch With Friends")
await ui.context.client.connected()
if not await check_user():
await handle_login()