Hi, I'm trying to implement thirdpartyemailpasswor...
# support-questions-legacy
e
Hi, I'm trying to implement thirdpartyemailpassword recipe and got stuck on verification mails. How do I hadle links from email to verify link and redirect user to some route?
r
hey @error404404404 are you making custom UI?
e
Yes, exactly, and I don't get where should I redirect user from email verification link and forgot password link. Should it be separate route, where I call handlers for link verification?
r
yea. Separate routes indeed.
See our guides for this.
e
Oh, understood, thanks