1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Add fix for user metadata sync when deleting

This commit is contained in:
Rory Powell 2021-12-01 09:54:23 +00:00
parent f50014da79
commit 731cc4229b

View file

@ -81,7 +81,7 @@ exports.syncUser = async function (ctx) {
throw err
}
}
const roles = user.roles
const roles = deleting ? {} : user.roles
// remove props which aren't useful to metadata
delete user.password
delete user.forceResetPassword