mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
feat: Add profile pictures to OAuth users (#3855)
This supports GitHub and OIDC login for profile pictures!
This commit is contained in:
@ -1859,6 +1859,7 @@ func (q *fakeQuerier) UpdateUserProfile(_ context.Context, arg database.UpdateUs
|
||||
}
|
||||
user.Email = arg.Email
|
||||
user.Username = arg.Username
|
||||
user.AvatarURL = arg.AvatarURL
|
||||
q.users[index] = user
|
||||
return user, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user