mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: Add profile pictures to OAuth users (#3855)
This supports GitHub and OIDC login for profile pictures!
This commit is contained in:
@ -57,7 +57,8 @@ UPDATE
|
||||
SET
|
||||
email = $2,
|
||||
username = $3,
|
||||
updated_at = $4
|
||||
avatar_url = $4,
|
||||
updated_at = $5
|
||||
WHERE
|
||||
id = $1 RETURNING *;
|
||||
|
||||
|
Reference in New Issue
Block a user