Skip to content

Commit 1d8edd7

Browse files
author
Arthur Cinader
authored
default for userSensitiveFields should be an array not a string. (#3599)
1 parent 8d802b9 commit 1d8edd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/definitions/parse-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default {
178178
},
179179
"userSensitiveFields": {
180180
help: "Personally identifiable information fields in the user table the should be removed for non-authorized users.",
181-
default: "email"
181+
default: ["email"]
182182
},
183183
"sessionLength": {
184184
env: "PARSE_SERVER_SESSION_LENGTH",

0 commit comments

Comments
 (0)