Remove social login

How to remove the social login section from modal?

const web3auth = new Web3Auth({ clientId, chainConfig: CHAIN_CONFIG[chainType], uiConfig: { theme: "light", loginMethodsOrder: ['google', 'facebook', 'apple', 'linkedin', 'twitter'], appLogo: "", } });



Originally posted by: ac12644

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/659