Merge pull request #3658 from FreeCodeCamp/fix/is-github-cool-show-cert
Fix show certs to anon user
This commit is contained in:
@ -272,8 +272,10 @@ module.exports = function(app) {
|
||||
return Observable.just(user);
|
||||
}
|
||||
return findUserByUsername$(username, {
|
||||
isGithubCool: true,
|
||||
isFrontEndCert: true,
|
||||
isFullStackCert: true,
|
||||
isHonest: true,
|
||||
completedChallenges: true,
|
||||
username: true,
|
||||
name: true
|
||||
|
Reference in New Issue
Block a user