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"))