I have two seperate buttons on my web app’s home page, one that says “sign up” and one that says “log in”. For the login button, I’m able to use the loginWithRedirect function from the useAuth0 hook. However, when it comes to the signup button, there doesn’t seem to be an equivalent signupWithRedirect function. I know I could just use loginWithRedirect and have user click the tiny “Sign up” link on the universal login page(pictured below), however that’s a bad user experience. How can I create a sign up button using the React sdk?
PS: How do I disable the “continue with google” button?(circled below as well)