aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
774 stars 56 forks source link

Corrected the expected return type of update password #31

Closed leggebroten closed 4 years ago

leggebroten commented 4 years ago

Expected return type of success is an %Ecto.Schema{}

josevalim commented 4 years ago

I believe the type is also ok/error tuples. :)