inveniosoftware / invenio-oauth2server

Invenio modules that implements OAuth 2 server.
https://invenio-oauth2server.readthedocs.io
MIT License
4 stars 43 forks source link

Form validation doesn't display errors #224

Closed jrcastro2 closed 3 years ago

jrcastro2 commented 3 years ago

Package version (if known): 1.3.0

Describe the bug

When registering a new OAuth Application with wrong urls fields, if we try to register we don't get any feedback about what went wrong and what we should correct.

Steps to Reproduce

  1. Go to settings
  2. Click on Applications
  3. Fill the form with wrong url values
  4. Submit it and note that no feedback is provided

Expected behavior

Url fields should be red and provide some error message

Screenshots (if applicable)

image

Additional context