update blacklist with all system fields

This commit is contained in:
derrickmehaffy 2023-04-17 07:30:28 -07:00
parent 95c7a865b5
commit 52f5b7a16e

View File

@ -280,6 +280,11 @@ module.exports = {
'confirmationToken',
'resetPasswordToken',
'provider',
'id',
'createdAt',
'updatedAt',
'createdBy',
'updatedBy',
]),
provider: 'local',
};