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
When an error occurs, such as "Password and confirmation do not match" or "Request token is invalid", a JSON response is sent.
My app is just a web site, in which I'd like to avoid JavaScript if plain HTML would do. How would I go about getting a plain HTML response to the browser for these error messages?
The documentation should address this, and/or there should be a working example of this.
The text was updated successfully, but these errors were encountered:
When an error occurs, such as "Password and confirmation do not match" or "Request token is invalid", a JSON response is sent.
My app is just a web site, in which I'd like to avoid JavaScript if plain HTML would do. How would I go about getting a plain HTML response to the browser for these error messages?
The documentation should address this, and/or there should be a working example of this.
The text was updated successfully, but these errors were encountered: