colorstackorg/oyster

OTP notification fails silently, but should display message ❌

Closed this issue · 0 comments

Description

Currently, sending a one time code for authentication purposes will fail silently. That's because simply queue a job in the background to send the email. The expected behavior is that the user would see an error message if it failed.

Acceptance Criteria

The user should see an error message if the one time code fails to send.

Additional Context

This code needs to be converted from queueing a job, to actually sending the email.