-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
if the "send magic link" form is submitted without an email, there will be an SMTP error.
this is because we do not guard against submitting a nil email.
- step 1 - require email in the HTML form
- step 2 - [TODO] render form error if email blank from the controller