pbteja1998 / remix-auth-email-link

MIT License
93 stars 20 forks source link

Can't get email from form for use in successful submission message #4

Closed matthew-levan closed 1 year ago

matthew-levan commented 2 years ago

I'd like to store the email address from the submitted form and use it to display a helpful message like:

Magic link sent to ${email}!

This message would be displayed after successful submission of the magic link login form, before the user actually clicks the magic link in his email.

... but I don't see a way to do that right now without writing my own .authenticate function. Any help is appreciated. Thank you for creating this project from the old code!

pbteja1998 commented 1 year ago

Resolved by #25

pbteja1998 commented 1 year ago

Live in v1.5.0