Skip to content

Using "passwordless" in loginConfig doesn't work #154

@0xSero

Description

@0xSero

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions