Hey am fairly new to auth0 can someone tell me how to create a signup button that will take me directly to the signup page instead of on login am using the new universal login page
I searched through the new universal login page documentation and it says to add this parameter screen_hint=signup but how to add it am using react
As you mentioned is correct for the new universal login you can use the screen_hint=signup param
In your React App, you will need to add this param in the /authorize query which is generated for the initial login request. Have you tried entering this param in the rendering object?