mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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