rewrite: misc. fixes, & back to bootstrap-vanilla tabs for

options. angular-bootstrap tabs were too slow
This commit is contained in:
Tyler Renelle
2013-08-31 18:17:57 -04:00
parent 45383a9630
commit 62ebd9aae6
2 changed files with 39 additions and 29 deletions

View File

@@ -18,7 +18,7 @@ var api = module.exports;
api.getGroups = function(req, res, next) {
var user = res.locals.user;
var usernameFields = 'auth.local.username auth.facebook.first_name auth.facebook.last_name auth.facebook.name auth.facebook.username';
var usernameFields = 'auth.local.username auth.facebook.displayName auth.facebook.givenName auth.facebook.familyName auth.facebook.name';
// First get all groups
async.parallel({