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 creating a new account, users should be told what is wrong with their request. For example, if their username is already taken (results in 400 error with text Username already taken or invalid params), the user should be told so.
The text was updated successfully, but these errors were encountered:
When creating a new account, users should be told what is wrong with their request. For example, if their username is already taken (results in 400 error with text
Username already taken or invalid params
), the user should be told so.The text was updated successfully, but these errors were encountered: