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 11, 2024
1 parent 47ce7bf commit 5a62805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wim.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
elif nav == "uitloggen":
authenticator.logout("logout", "unrendered", "home")
utl.get_current_route()
elif authentication_status is False
elif authentication_status is False:

utl.navbar_unauthenticated()
st.error("Username/password is incorrect")
Expand Down

0 comments on commit 5a62805

Please sign in to comment.