Closed lautarodragan closed 5 years ago
This endpoint currently returns "Account Already Exists" for any error that happens.
This PR fixes it, returning Internal Server Error (and logging it) for uncaught errors and only returning 409 when the there's an account with that email already,
:tada: This PR is included in version 1.28.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
This endpoint currently returns "Account Already Exists" for any error that happens.
This PR fixes it, returning Internal Server Error (and logging it) for uncaught errors and only returning 409 when the there's an account with that email already,