Skip to content

Commit

Permalink
Update ClaimSerializableClass.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
feast107 committed Dec 18, 2023
1 parent 63c04c0 commit 3ca235c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public unsafe partial class ClaimSerializableClass
{

[ClaimType(ClaimTypes.Role)]
public string* Static { get; set; }
public string Static { get; set; }

public int Num { get; set; }

Expand Down

0 comments on commit 3ca235c

Please sign in to comment.