When using 8base Authentication and you try to signup with an email that already exists in the database you get the following response:
{"data":null,"errors":[{"message":"An user with the given email already exists","locations":[{"line":2,"column":3}],"path":["userSignUpWithPassword"],"code":"EntityExistsError","details":{"email":"An user with the given email already exists"}}]}
the message has a typo “An user with the given email already exists” should be “A user with the given email already exists”
Minor detail, but it would be nice to get fixed
Thanks,
Mark