Skip to content

Activating authenticator not possible - causes exception #18

@MarcoTheFirst

Description

@MarcoTheFirst

Repro:

  1. Run the sample DX.Test.Blazor8
  2. Register as new user
  3. Login as user
  4. Go to profile and try to activate the authenticator app using the button

Exception:
DevExpress.Data.Filtering.Exceptions.InvalidPropertyPathException: 'Property path 'User!Key' is incorrect for type 'DX.Data.Xpo.Identity.Persistent.XpoDxUserToken'.'
In XpoDxUserToken.cs:19

After some more digging, I found out that the XpoDxUserToken instance is created, but the user property is never assigned (it has value null). This is why the XPO evaluation above fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions