fix login page not showing correctly
This commit is contained in:
@@ -9,6 +9,8 @@ from web.misc import check_user
|
|||||||
async def page():
|
async def page():
|
||||||
ui.page_title("Watch With Friends")
|
ui.page_title("Watch With Friends")
|
||||||
|
|
||||||
|
await ui.context.client.connected()
|
||||||
|
|
||||||
if not await check_user():
|
if not await check_user():
|
||||||
await handle_login()
|
await handle_login()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user