Display account creation errors
When a user tries to create an account with an already known email address, a 400 error is thrown by the backend
content is:
{"email":["user with this email address already exists."]}
But the error is never displayed on the screen (just a 400), leaving the user in doubt...