dhornbein / favor-ecosystem

https://app.favor.solutions
0 stars 0 forks source link

Fix 422 Error handling in the UI when username is too short or long #23

Open NateSavery opened 2 years ago

NateSavery commented 2 years ago

One Sentence Description (Summary) When creating an account, 422 Errors that show up when I enter a username that is too short or long should be caught before the form is submitted (i.e. validated on the client side before sending request to server/db), and the user given an explanation of the error and the option to fix and submit again

Steps To Reproduce In the account creation flow, attempt to submit with the username set at 3 characters Do the same but with a username at 21 or more characters