mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
reformat
This commit is contained in:
@@ -2,7 +2,7 @@ from flask_bcrypt import check_password_hash, generate_password_hash
|
||||
|
||||
|
||||
def hashpw(password):
|
||||
return generate_password_hash(password.encode('UTF-8'), 10).decode('utf-8')
|
||||
return generate_password_hash(password.encode("UTF-8"), 10).decode("utf-8")
|
||||
|
||||
|
||||
def check_hash(password, hashed_password):
|
||||
|
||||
Reference in New Issue
Block a user