Added Bio from GitHub to freecodecamp portfolios
- Removed unneeded code
This commit is contained in:
@ -27,6 +27,7 @@ export function setProfileFromGithub(
|
||||
created_at: joinedGithubOn,
|
||||
blog: website,
|
||||
location,
|
||||
bio,
|
||||
name
|
||||
}
|
||||
) {
|
||||
@ -37,6 +38,7 @@ export function setProfileFromGithub(
|
||||
email: user.email || githubEmail,
|
||||
username: username.toLowerCase(),
|
||||
location,
|
||||
bio,
|
||||
joinedGithubOn,
|
||||
website,
|
||||
isGithubCool: true,
|
||||
|
Reference in New Issue
Block a user