Skip to content

Commit

Permalink
updates incorrectly named function in password_field #17
Browse files Browse the repository at this point in the history
  • Loading branch information
RobStallion committed Dec 2, 2018
1 parent 2e2506d commit a9f6487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ defmodule Encryption.PasswordField do
Argon2.gen_salt(), [{:argon2_type, 2}])
end

def verify_pass(password, stored_hash) do
def verify_password(password, stored_hash) do
Argon2.verify_pass(password, stored_hash)
end
end
Expand Down

0 comments on commit a9f6487

Please sign in to comment.