Replies: 1 comment
-
Issue solved by passing following code in initModal() await web3auth.initModal({
modalConfig: {
[WALLET_ADAPTERS.OPENLOGIN]: {
label: "openlogin",
showOnModal: false, //
},
},
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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: "", } });
Beta Was this translation helpful? Give feedback.
All reactions