Fix typo in server definitions for emailVerifyTokenReuseIfValid (#7037)
* Update index.js * run docs
This commit is contained in:
@@ -127,7 +127,8 @@ module.exports.ParseServerOptions = {
|
||||
},
|
||||
emailVerifyTokenReuseIfValid: {
|
||||
env: 'PARSE_SERVER_EMAIL_VERIFY_TOKEN_REUSE_IF_VALID',
|
||||
help: 'an existing password reset token should be reused when a password reset is requested',
|
||||
help:
|
||||
'an existing email verify token should be reused when resend verification email is requested',
|
||||
action: parsers.booleanParser,
|
||||
default: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user