How can we have a custom signup url on login prompt in new universal login

I have a sign-up page hosted on my server and i’m using new universal login, I want to have a signup link on the login prompt and on click of which it should redirect the user on the sign-up page hosted on my server.

I have a paid plan and I’m using loginWithRedirect to get to the auth0 login screen-

auth0.loginWithRedirect({
redirect_uri: ${window.location.origin}/,
appState,
});

I want to stick with new universal login.
Can anyone help on this?

Hi team! :raised_hand_with_fingers_splayed:

This is just a heads-up that we’ll be hosting an Ask Me Anything (AMA) session all about Universal Login, and this question is relevant to our event. Auth0 by Okta Subject Matter Experts will answer your question on Thursday, October 24th, from 9 a.m. to 11 a.m. PST.

:thinking: Have more questions about customizing your login experience, boosting security, or implementing advanced features?

:point_right: Drop your questions in this thread before October 23rd, and our experts will provide answers during the AMA!

:tada: Plus, you’ll earn points and a special badge for participating!

Ask Me Anything: Tailor Your Experience with Universal Login — From Low-Code to Pro-Code

Thanks
Dawid