Next.js Discord

Discord Forum

Redirect to Register page using Auth0 and NextAuth

Unanswered
julian posted this in #help-forum
Open in Discord
So I'm currently using Auth0, and using this to redirect the user to the login screen.
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?

0 Replies