My welcome page should be sign up page. sign up issue

I am not able to open sign up page by default if I have disabled custom login page in universal login.
when I am doing something like this auth0.authorize();
I want sign page should be open of auth 0 not login page
this should be my first page


Hi @prashantrai16299325,

Welcome to the Auth0 Community!

The initial screen the user lands on can be configured using this option.

Let me know if that helps,
Dan

I am not able to see var lock = new Auth0Lock(‘clientID’, ‘account.auth0.com’, options); anywhere in my client code and on auth 0 you can see I have disabled custom things. I am using single page application on react.
image

@prashantrai16299325,

I think I need some more information to get a better understanding of what you want to accomplish. Why do you want to leave customize toggled off in the dashboard?

Thanks,
Dan