From c59a77c51f8b2acd5c76d81fa3a51193694b7df8 Mon Sep 17 00:00:00 2001 From: kizjemarif Date: Tue, 12 Nov 2024 12:31:16 +0100 Subject: [PATCH] Update wim.py --- wim.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wim.py b/wim.py index 4f11bc5..cbc2cab 100644 --- a/wim.py +++ b/wim.py @@ -60,9 +60,9 @@ def read_yaml(): config["cookie"]["key"] ) -#name, authentication_status, username = authenticator.login(location="main") -authentication_status = True -name = 'kizje' +name, authentication_status, username = authenticator.login(location="main") +#authentication_status = True +#name = 'kizje' if authentication_status: utl.navbar_authenticated(name) nav = (st.query_params.get("nav"))