Skip to content

Commit

Permalink
change user attributes type
Browse files Browse the repository at this point in the history
  • Loading branch information
lvermeulen committed Oct 22, 2019
1 parent d7624cb commit 1f3611b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Keycloak.Net/Models/Users/User.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ public class User
[JsonProperty("access")]
public UserAccess Access { get; set; }
[JsonProperty("attributes")]
public Dictionary<string, string> Attributes { get; set; }
public Dictionary<string, object> Attributes { get; set; }
}
}

0 comments on commit 1f3611b

Please sign in to comment.