Classic universal login and custom domain

I have set up the custom domain , and im trying to use it with a classic universal domain the code has the things needed per the doc

configurationBaseUrl: config.clientConfigurationBaseUrl,
overrides: {
__tenant: config.auth0Tenant,
__token_issuer: config.authorizationServer.issuer
},

however in the application i still see the auth0 domain and when i go to my web it redirects to an auth0 domain what im i missing?

Hi @mgonzalez ,

Welcome to the Auth0 Community!

Do you see any error when it redirects to the auth0 domain? And could you repeat this issue and DM me the HAR file? The below doc explains the details.

Thanks!