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 email already exists in the system, API throws following with HTTP status code 500:
{ "email": [ "has already been taken" ] }
Response code should be 400 bad request.
Simplified API response would help mobile app. Proposed format:
{ "validationMessage": "Email already exist, try login." }
The text was updated successfully, but these errors were encountered:
When email already exists in the system, API throws following with HTTP status code 500:
{ "email": [ "has already been taken" ] }
Response code should be 400 bad request.
Simplified API response would help mobile app. Proposed format:
{ "validationMessage": "Email already exist, try login." }
The text was updated successfully, but these errors were encountered: