Update auth0 Login Screen

Modified on Fri, Apr 24 at 10:15 AM

  1. Log into the auth0 dashboard. From the side menu, click "Branding,” then select "Universal Login"
     
  2. Scroll to the bottom of the page.  Under "Pro-code customizations," select "Manage Classic Login."

  3. Select the Login tab

  4. Go to the HTML module at the bottom of the page.  In the code, locate  ‘initial screen’
     
  5. To change the default tab to Login,  enter "login"    To change the default tab to Set Up an Account, enter “signUp”

  6. Click Save Changes underneath the HTML module to confirm update.

 

 

NOTE- this is a custom option and is not in the code on initial set up.  This will need to be added to any new auth0 instances.

 Place the code (initialScreen: "login", or initialScreen:  "signUp",) directly above additionalSignUpFields: [


 

 

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article