We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f3acb commit f5cb020Copy full SHA for f5cb020
1 file changed
src/IdServer/SimpleIdServer.IdServer.Domains/User.cs
@@ -27,6 +27,7 @@ public User()
27
}
28
29
[JsonPropertyName(UserNames.Id)]
30
+ [UserProperty(true)]
31
public string Id { get; set; } = null!;
32
[JsonPropertyName(UserNames.Name)]
33
[UserProperty(true)]
0 commit comments