Redirect user back to application after email verification
-
Hey, im just wondering if its possible to redirect the user back to the application after the email verification. Right now its like this:
- User goes to my application foo.bar.com
- User gets redirected to fusionauth login
- User registered a new account
- User clicks on verification button in email
- User lands on dead page saying something like "Your email is verified".
Can't i pass the redirect param or the state i have when the user gets redirected to the login to the register page and from there to the verification mail? So on the last page i can redirect the user back to where he/she initial came from.
Thanks for any advice.
-
@beezerk I'd suggest modifying the theme and adding a link and a meta redirect. I don't think there's any way to specify a redirect.