Sorry opening another issue but this is a contuniating of Cannot enable email/phone login method
So I enabled email and SMS but still the fields are disabled
await web3auth.initModal({
modalConfig: {
[WALLET_ADAPTERS.OPENLOGIN]: {
label: 'openlogin',
loginMethods: {
// Enable email_passwordless and sms_passwordless
email_passwordless: {
name: 'email_passwordless',
showOnModal: true
},
sms_passwordless: {
name: 'sms_passwordless',
showOnModal: true
}
}
},
// Disable Wallet Connect V2
[WALLET_ADAPTERS.WALLET_CONNECT_V2]: {
label: 'wallet_connect',
showOnModal: false
},
// Disable Metamask
[WALLET_ADAPTERS.METAMASK]: {
label: 'metamask',
showOnModal: false
},
// Disable Torus
[WALLET_ADAPTERS.TORUS_EVM]: {
label: 'torus_evm',
showOnModal: false
}
}
});
We also have the first paid tier, so no idea what else im doing wrong.