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?