add picture on github signin/up
This commit is contained in:
@ -19,11 +19,12 @@ function setProfileFromGithub(
|
||||
username
|
||||
},
|
||||
{
|
||||
location,
|
||||
email: githubEmail,
|
||||
id: githubId,
|
||||
'avatar_url': picture,
|
||||
email: githubEmail,
|
||||
'created_at': joinedGithubOn,
|
||||
blog: website,
|
||||
location,
|
||||
name
|
||||
}
|
||||
) {
|
||||
@ -36,6 +37,7 @@ function setProfileFromGithub(
|
||||
location,
|
||||
joinedGithubOn,
|
||||
website,
|
||||
picture,
|
||||
githubId,
|
||||
githubURL,
|
||||
githubEmail,
|
||||
|
@ -52,11 +52,12 @@ function setProfileFromGithub(
|
||||
username
|
||||
},
|
||||
{
|
||||
location,
|
||||
email: githubEmail,
|
||||
id: githubId,
|
||||
'avatar_url': picture,
|
||||
email: githubEmail,
|
||||
'created_at': joinedGithubOn,
|
||||
blog: website,
|
||||
location,
|
||||
name
|
||||
}
|
||||
) {
|
||||
@ -69,6 +70,7 @@ function setProfileFromGithub(
|
||||
location,
|
||||
joinedGithubOn,
|
||||
website,
|
||||
picture,
|
||||
githubId,
|
||||
githubURL,
|
||||
githubEmail,
|
||||
|
Reference in New Issue
Block a user