Skip to content

Commit f5cb020

Browse files
Ticket #610 : Id is a property
1 parent b0f3acb commit f5cb020

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/IdServer/SimpleIdServer.IdServer.Domains

src/IdServer/SimpleIdServer.IdServer.Domains/User.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public User()
2727
}
2828

2929
[JsonPropertyName(UserNames.Id)]
30+
[UserProperty(true)]
3031
public string Id { get; set; } = null!;
3132
[JsonPropertyName(UserNames.Name)]
3233
[UserProperty(true)]

0 commit comments

Comments
 (0)