diff --git a/src/routes/profile.js b/src/routes/profile.js index cd4eb273b..00ab1ea3e 100644 --- a/src/routes/profile.js +++ b/src/routes/profile.js @@ -27,7 +27,8 @@ function get(req, res, next) { fallbackEmail: req.user.fallbackEmail, displayName: req.user.displayName, twoFactorAuthenticationEnabled: req.user.twoFactorAuthenticationEnabled, - admin: req.user.admin + admin: req.user.admin, + source: req.user.source })); }