fix(user): send profileUI for locked user

This commit is contained in:
Mrugesh Mohapatra
2018-08-15 15:30:27 +05:30
committed by Stuart Taylor
parent 6b8061fa9a
commit 336776ccf6

View File

@ -871,6 +871,7 @@ module.exports = function(User) {
if (isLocked) {
return {
isLocked,
profileUI,
username
};
}