[Archive] Remove social login

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 9/30/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


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