plu9in
Results
2
issues of
plu9in
In https://github.com/manukall/phoenix_token_auth/blob/master/lib/phoenix_token_auth/registrator.ex , line 34, def set_hashed_password(changeset = %{errors: [_]}), do: changeset will not match in case of several errors. So, if the changeset has several errors, the hashed password...
bug
When several errors occured, def set_hashed_password(changeset = %{errors: [_]) did not match. Then, it was matching the last definition, returning the hashed password