This commit is contained in:
syuilo 2018-11-01 09:19:22 +09:00
parent 325cd03a59
commit 1fca8d322c
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
6 changed files with 27 additions and 39 deletions

View file

@ -21,6 +21,7 @@ export default (params: any, user: ILocalUser, app: IApp) => new Promise(async (
// Send response
res(await pack(ap, user, {
detail: true,
includeSecret: isSecure && ap.userId.equals(user._id)
}));
});