diff --git a/web/pages/index.py b/web/pages/index.py index 53d02da..a004311 100644 --- a/web/pages/index.py +++ b/web/pages/index.py @@ -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()