Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
liorkesos committed Feb 26, 2015
1 parent c8698ad commit 50cdc6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/system/server/controllers/index.js
Expand Up @@ -24,6 +24,7 @@ exports.render = function(req, res) {
name: req.user.name,
_id: req.user._id,
username: req.user.username,
profile: req.user.profile,
roles: req.user.roles
} : {},
modules: modules,
Expand Down

0 comments on commit 50cdc6a

Please sign in to comment.