Forgot password link doesnt handle query params in the redirectUri
For a url like this:
https://auth.staging.company.com/auth/reset-password/rEjo8qGzUJNTQ1YbhVhaiuMA?callbackURL=http://localhost:6006/iframe.html?args=&globals=viewport%3Aiphone13pro&id=embed-pages-account--iframe&viewMode=story
The url that I get redirected to is: http://localhost:6006/iframe.html?args=&token=rEjo8qGzUJNTQ1YbhVhaiuMA
but it should instead keep the query params0 Replies