Remove userSensitiveFields default value. (#5588)
This commit is contained in:
committed by
Arthur Cinader
parent
3bb1796e12
commit
5a8a9472e9
@@ -330,7 +330,6 @@ module.exports.ParseServerOptions = {
|
||||
help:
|
||||
'Personally identifiable information fields in the user table the should be removed for non-authorized users. Deprecated @see protectedFields',
|
||||
action: parsers.arrayParser,
|
||||
default: ['email'],
|
||||
},
|
||||
verbose: {
|
||||
env: 'VERBOSE',
|
||||
|
||||
Reference in New Issue
Block a user