You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to be related to a recent commit (dab5966) where generate() was replaced with hash_list(). It was changed to be a classmethod but it still requires self as an input and uses self.passwords, which now fails.
Seems to be related to a recent commit (dab5966) where
generate()
was replaced withhash_list()
. It was changed to be aclassmethod
but it still requiresself
as an input and usesself.passwords
, which now fails.Streamlit-Authenticator/streamlit_authenticator/utilities/hasher.py
Lines 43 to 44 in 56f9d75
Need to remove
classmethod
or change to alist
input.The text was updated successfully, but these errors were encountered: