mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:57:33 +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:
@@ -48,6 +48,7 @@ type UserSelection struct {
|
||||
UserSessionState UserSessionState
|
||||
SelectionPossible bool
|
||||
AvatarKey string
|
||||
ResourceOwner string
|
||||
}
|
||||
|
||||
type UserSessionState int32
|
||||
|
Reference in New Issue
Block a user