Closed rocketnova closed 5 months ago
@rocketnova - just testing out locally, and it seems like human readable errors are showing up when we run into auth issues, for example:
It seems like catching the errors on the adapter level is sufficient, unless there's another aspect this ticket is supposed to cover?
@ellery-nava Thank you for investigating! This looks like an old @TODO
that was addressed but wasn't removed. I'll close the ticket.
Currently, the auth service (
/app-rails/app/services/auth_service.rb
) callscreate_account()
but doesn't handle any errors that the auth service might return (e.g. the email address is already reserved and cannot be used to create a new account).This ticket should handle these errors.