Skip to content

Commit

Permalink
Update wim.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kizjemarif committed Nov 12, 2024
1 parent be69bf7 commit c59a77c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wim.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit c59a77c

Please sign in to comment.