This commit is contained in:
2020-01-31 22:54:07 +00:00
parent 43d3061b25
commit 756ad92b57

View File

@@ -200,6 +200,7 @@ namespace AyaNova.Api.Controllers
{ "iss", "ayanova.com" },
{ "id", u.Id.ToString() },
{ "name", u.Name},
{ "usertype", u.UserType},
{ "ayanova/roles", ((int)u.Roles).ToString() }
};