Custom Domain + Universal Login(not changed domain)

Hi all,
I just got verified my custom domain, but can’t find any solution how to change {auth0-tenant}.us.auth0.com on my new custom domain, I use React and call loginWithRedirect and it redirect me to this ->{auth0-tenant}.us.auth0.com , how can I change it? I already updated and added this

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

to Lock

Hi @vadym.str,

Can you please share what SDKs you’re using?