mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2025-12-01 09:33:15 +00:00
add Avatar to OauthUser
This commit is contained in:
@@ -54,7 +54,7 @@ func (ou *OauthUser) ToUser(user *User, overideUsername bool) {
|
||||
}
|
||||
user.Email = ou.Email
|
||||
user.Nickname = ou.Name
|
||||
|
||||
user.Avatar = ou.Picture
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user