Skip to content

editIdentifierLink missing from screen context in mfa-sms-challenge #337

@morleytatro

Description

@morleytatro

Description

With ACUL/React, we're not seeing the editIdentifierLink in the screen's context members. However, it is being supplied in the actual universal_login_context object under screens.links.edit_identifier, so it looks like it's just not being mapped to the camel-cased version.

Reproduction

Attempt to access useScreen().links?.editIdentifier from that screen and notice that it is undefined, even when the underlying link is present. Trying to access useScreen().editIdentifierLink produces a type error and doesn't work either.

Environment

@auth0/auth0-acul-react@1.2.0

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