Added false positives management to website

This commit is contained in:
vjrj 2018-01-29 19:23:05 +01:00
parent 379e72a9e7
commit 674c07460b
10 changed files with 192 additions and 29 deletions

View file

@ -9,7 +9,7 @@ Comments.config({
profile: 1
},
generateUsername: function genUser(user) {
console.log(JSON.stringify(user));
// console.log(JSON.stringify(user));
// FIXME
return user.profile && user.profile.name && user.profile.name.first ? user.profile.name.first : '';
}