-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels