mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:27:31 +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:
@@ -17,7 +17,7 @@ type Profile struct {
|
||||
Gender Gender
|
||||
PreferredLoginName string
|
||||
LoginNames []string
|
||||
Avatar string
|
||||
AvatarURL string
|
||||
}
|
||||
|
||||
func (p *Profile) IsValid() bool {
|
||||
|
Reference in New Issue
Block a user