Universal login - show sign up instead of login

Hi @dan.woda,

I read this How do I redirect users directly to the hosted signup page?.

But I wasn’t able to get the Auth0 new version of Universal Login to show the sign up screen.

When I set my redirect URL to /authorize I get an error. And when I use the default configuration for loginWithRedirect the redirect URL appears to be /login.

The website URL is https://www.gippea.app.

Hi @gippea-team,

If you are using New Universal Login, then you should just need to add screen_hint=signup to your loginWithRedirect call.

Hope this helps,
Dan

HI @dan.woda,

Thanks for answering that. Could you provide a JavaScript code snippet?

It should look like this:

loginWithRedirect({screen_hint: 'signup'})

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.