mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 19:36:41 +00:00
fix: add avatar url in members, user grants, session and oidc responses (#1852)
* fix: add avatar url in members, user grants, session and oidc responses * fix auth request tests
This commit is contained in:
@@ -21,6 +21,7 @@ type UserGrantView struct {
|
||||
ProjectName string
|
||||
OrgName string
|
||||
OrgPrimaryDomain string
|
||||
AvatarURL string
|
||||
RoleKeys []string
|
||||
|
||||
CreationDate time.Time
|
||||
|
||||
Reference in New Issue
Block a user