I am integrating auth0 into a Bubble app using the API connector and have the process connected. The sign up works, but the page it redirect to defaults to a login page (not sign up).
Using the New Universal Login experience, you can specify the screen_hint=signup query parameter in the login request to send the user directly to the Sign Up page.
@rueben.tiow is there any way to navigate directly to the Password Reset page in the New Universal Login? The same way initialScreen=forgotPassword worked for the Classic Universal Login?