team-alembic / ash_authentication_phoenix

Drop-in authentication support for Phoenix apps using AshAuthentication.
MIT License
60 stars 29 forks source link

fix: honour the error field in AuthenticationFailed errors in forms. #368

Closed jimsynz closed 8 months ago

jimsynz commented 8 months ago

When the field being validated is not the strategy's password field then don't show the normal validation message.

Closes #334