When trying to hide passwordless option in the torus wallet embed the following name must be used:
loginConfig: {
'torus-auth0-email-passwordless': {
name: 'Passwordless',
typeOfLogin: 'passwordless',
showOnDesktop: false,
showOnMobile: false,
showOnModal: false,
}
},
This is not reflected anywhere in the documentation, or in the js library, I had to look through GitHub issues to resolved this.
When trying to hide passwordless option in the torus wallet embed the following name must be used:
This is not reflected anywhere in the documentation, or in the js library, I had to look through GitHub issues to resolved this.