default for userSensitiveFields should be an array not a string. (#3599)
This commit is contained in:
@@ -178,7 +178,7 @@ export default {
|
||||
},
|
||||
"userSensitiveFields": {
|
||||
help: "Personally identifiable information fields in the user table the should be removed for non-authorized users.",
|
||||
default: "email"
|
||||
default: ["email"]
|
||||
},
|
||||
"sessionLength": {
|
||||
env: "PARSE_SERVER_SESSION_LENGTH",
|
||||
|
||||
Reference in New Issue
Block a user