[SOLVED] Typo in error message

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 :slight_smile:

Thanks,
Mark

1 Like

@MarkLyck thanks for reporting that! We will fix that quickly.

1 Like

@MarkLyck that is fixed! Thank you!

2 Likes