Deliver the user account source in the profile api
This commit is contained in:
@@ -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
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user