Hello @john.gateley ,
Just for reference, I am using the React.JS SDK from Auth0 and Universal Login that comes with it and a custom domain
What I am trying to do is use Custom Login and Sign Up form written by me, but I want them to be on separate links, like the default universal Login form is
If I hover over the Sign Up link it is on another endpoint as it can be seen on the image. How can I do this with my custom form? When I click the SignUp
button with the following code loginWithRedirect({ screen_hint: 'signup', })
I want to be redirected to my custom Sign Up
form and there I can Login/Sign Up and do everything the default universal form does