Redirect to Register page using Auth0 and NextAuth
Unanswered
julian posted this in #help-forum
julianOP
So I'm currently using Auth0, and using this to redirect the user to the login screen.
Is there possible to redirect the user to the register page as well? Or do they have to click on Sign in, then "Register" from the Auth0 login page?
onClick={() => signIn('auth0')}Is there possible to redirect the user to the register page as well? Or do they have to click on Sign in, then "Register" from the Auth0 login page?