My application has a Redirect URL set to localhost:3000/verified which works properly
But when i pass includeEmailInRedirect:true in the post data of a PasswordChange ticket I am expecting
localhost:3000/verified?email=myemail@gmail.com to be the new url.
This is not happening.
Is this related to using the new universal login or is this a bug?