simplify user account and profile system for github locking
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user