Skip to content

EmailVerificationRequiredException doesn't expose attribute pending_authentication_token #605

@michellejzh

Description

@michellejzh

When I try to access the field pending_authentication_token on EmailVerificationRequiredException, I get AttributeError: 'EmailVerificationRequiredException' object has no attribute 'pending_authentication_token'. It seems like the attribute isn't properly exposed on the exception class. I'm able to work around this by accessing the field directly from the json via e.response_json["pending_authentication_token"].

I'm on version 5.46.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions