You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Steps to reproduce in a Turbo enabled Rails application:
When accepting an invitation, if the form submit fails (passwords don't match), there's no feedback to the user because Turbo expects a 422 Unprocessable Entity code back in order to re-render.
To mitigate this there's two options that I know of:
Steps to reproduce in a Turbo enabled Rails application:
When accepting an invitation, if the form submit fails (passwords don't match), there's no feedback to the user because Turbo expects a
422 Unprocessable Entity
code back in order to re-render.To mitigate this there's two options that I know of:
to
to
I think Devise already made this change, but I haven't looked into in awhile.
The text was updated successfully, but these errors were encountered: