Skip to content

Commit

Permalink
Fix documentation (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeneRymarev authored and miguelgrinberg committed May 16, 2018
1 parent f7c5bbd commit 9bd8f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ API Documentation

@auth.hash_password
def hash_pw(username, password):
get_salt(username)
salt = get_salt(username)
return hash(password, salt)

.. method:: verify_password(verify_password_callback)
Expand Down

0 comments on commit 9bd8f4b

Please sign in to comment.