Skip to content

Commit

Permalink
authentication: fix typo. (#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 authored Jan 17, 2024
1 parent ac44c9b commit be3e27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/kb/deployments/authentication-without-sso.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def check_password():
else:
st.session_state["password_correct"] = False

# Return True if the passward is validated.
# Return True if the password is validated.
if st.session_state.get("password_correct", False):
return True

Expand Down

0 comments on commit be3e27e

Please sign in to comment.