Update remarkbox/models/user.py

This commit is contained in:
Russell Ballestrini 2023-04-26 16:04:39 +00:00
parent 313f9175c5
commit 7dd16fac1b

View file

@ -318,7 +318,7 @@ class User(RBase, Base):
stored_hash.encode("utf-8"),
).decode("utf-8")
#log.info("new_hash={} stored_hash={}".format(new_hash, stored_hash))
log.info("new_hash={} stored_hash={}".format(new_hash, stored_hash))
if new_hash == stored_hash:
return True