Using “New Universal Login Experience”:
When user uses “Sign up” button in our App, we want to show him Sign Up tab on login screen.
We are using @auth0/auth0-react (latest version)
Call is:
loginWithRedirect({ screen_hint: ‘signup’ })}
Well, problem was… I thought we were using “New”, but we were using “Classic”.
My bad.
Thank you very much for your help, pointing this out.
It probably comes from fact, I did not find this “Universal Login” config screen anywhere in your new interface. I had to switch back to old to find it.
Anyways… it is really working properly now, after switching to New Login in our tenant.