Auth0 Popup New Universal Popup - default to Signup

Hi, we are using the New Universal Login and auth0-spa-js, how do we make the popup show the “SignUp” view by default instead of sign in? We have two buttons - Sign In and Sign Up and want the second one “default” to Sign Up view

Switch to universal login module, go to login tab and turn on the toggle Customize Login Page. In this page go to loginView function and you can set Signup function style.visibility = visible and set login function style.visibility = hide. When you refresh the page signup screen will be your default screen now.

1 Like

Thanks for sharing that solution @rashid779939!

1 Like

modifying templates disables the new universal login and goes back to the lock-based one

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.