Open
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