UX tweaks, traits bug fix, adding member info
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace MicCheck.Api.Identities;
|
||||
|
||||
public record TraitResponse(string TraitKey, string TraitValue)
|
||||
public record TraitResponse(string Key, string Value)
|
||||
{
|
||||
public static TraitResponse From(IdentityTrait trait) =>
|
||||
new(trait.Key, trait.Value);
|
||||
|
||||
Reference in New Issue
Block a user