Closed tcaer closed 2 years ago
Thanks for reporting this. Someone else also reported this. When I was using it in my own project, my success redirect and failure redirect were same, so maybe that's why I didn't encounter this bug. Let me try this today and will get back to you afterwards.
@tcaer Fixed the bug. Can you try it out with the latest version (1.0.5
) once and let me know if it works.
That fixed it, thanks! I'll close the issue now.
Awesome!
Hi,
So the behavior of my app works exactly as expected except for the redirects when sending the email link. Instead of redirecting to my set
successRedirect
I am redirected to thefailureRedirect
. This occurs even though mysendEmail
function does not throw any exceptions or errors. I am not sure what I am doing wrong.sendEmail:
Login page:
So I get redirected to
/auth/verify?error=true
. Furthermore, when I had the failureRedirect to be the same as the login link, themagicLinkSent
parameter wasn't updated.