File tree 2 files changed +1
-3
lines changed 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -330,7 +330,6 @@ module.exports.ParseServerOptions = {
330
330
help :
331
331
'Personally identifiable information fields in the user table the should be removed for non-authorized users. Deprecated @see protectedFields' ,
332
332
action : parsers . arrayParser ,
333
- default : [ 'email' ] ,
334
333
} ,
335
334
verbose : {
336
335
env : 'VERBOSE' ,
Original file line number Diff line number Diff line change @@ -82,8 +82,7 @@ export interface ParseServerOptions {
82
82
:ENV: PARSE_SERVER_PRESERVE_FILE_NAME
83
83
:DEFAULT: false */
84
84
preserveFileName: ?boolean ;
85
- /* Personally identifiable information fields in the user table the should be removed for non-authorized users. Deprecated @see protectedFields
86
- :DEFAULT: ["email"] */
85
+ /* Personally identifiable information fields in the user table the should be removed for non-authorized users. Deprecated @see protectedFields */
87
86
userSensitiveFields: ?( string [ ] ) ;
88
87
/* Protected fields that should be treated with extra security when fetching details.
89
88
:DEFAULT: {"_User": {"*": ["email"]}} */
You can’t perform that action at this time.
0 commit comments