Hi @gampleman,
Welcome to the Auth0 Community!
If you are using the Classic Universal Login, you can specify the loginAfterSignUp: false in your custom HTML code. (Reference: How to disable auto signin after signup)
If you are using the New Universal Login experience, you won’t be able to skip the automatic login behavior after signing up.
Another option you could try is using the Authentication API’s create a new user endpoint to create the user without automatically logging them in. In this scenario, the user must log in after signing up by themselves to use the application.
Thanks,
Rueben