simplify user account and profile system for github locking

This commit is contained in:
Quincy Larson
2015-08-10 15:37:49 -07:00
parent add87ae801
commit f8665324ad
3 changed files with 67 additions and 64 deletions

View File

@@ -165,11 +165,11 @@ module.exports = function(app) {
isMigrationGrandfathered: user.isMigrationGrandfathered,
isGithubCool: user.isGithubCool,
location: user.location,
githubProfile: user.githubProfile,
linkedinProfile: user.linkedinProfile,
codepenProfile: user.codepenProfile,
facebookProfile: user.facebookProfile,
twitterHandle: user.twitterHandle,
githubProfile: user.github,
linkedinProfile: user.linkedin,
googleProfile: user.google,
facebookProfile: user.facebook,
twitterHandle: user.twitter,
bio: user.bio,
picture: user.picture,
progressTimestamps: user.progressTimestamps,