File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ module.exports.ParseServerOptions = {
279
279
} ,
280
280
multiFactorAuth : {
281
281
env : 'PARSE_SERVER_MFA' ,
282
- help : 'Options for multi-factor authentication (2FA )' ,
282
+ help : 'Options for multi-factor authentication (MFA )' ,
283
283
action : parsers . objectParser ,
284
284
} ,
285
285
objectIdSize : {
Original file line number Diff line number Diff line change 52
52
* @property {Boolean } mountGraphQL Mounts the GraphQL endpoint
53
53
* @property {String } mountPath Mount path for the server, defaults to /parse
54
54
* @property {Boolean } mountPlayground Mounts the GraphQL Playground - never use this option in production
55
- * @property {MfaOptions } multiFactorAuth Options for multi-factor authentication (2FA )
55
+ * @property {MfaOptions } multiFactorAuth Options for multi-factor authentication (MFA )
56
56
* @property {Number } objectIdSize Sets the number of characters in generated object id's, default 10
57
57
* @property {PasswordPolicyOptions } passwordPolicy Password policy for enforcing password related rules
58
58
* @property {String } playgroundPath Mount path for the GraphQL Playground, defaults to /playground
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ export interface ParseServerOptions {
198
198
:ENV: PARSE_SERVER_EXPERIMENTAL_IDEMPOTENCY_OPTIONS
199
199
:DEFAULT: false */
200
200
idempotencyOptions: ?IdempotencyOptions ;
201
- /* Options for multi-factor authentication (2FA )
201
+ /* Options for multi-factor authentication (MFA )
202
202
:ENV: PARSE_SERVER_MFA */
203
203
multiFactorAuth: ?MfaOptions ;
204
204
/* Full path to your GraphQL custom schema.graphql file */
You can’t perform that action at this time.
0 commit comments