Skip to content

Commit 1c67f00

Browse files
authored
Update src/Options/index.js
Signed-off-by: Manuel <[email protected]>
1 parent 93687bc commit 1c67f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Options/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ export interface PasswordPolicyOptions {
525525
Default is `false`.
526526
:DEFAULT: false */
527527
resetTokenReuseIfValid: ?boolean;
528-
/* Set to true if password resets should return success if the email is invalid
528+
/* Set to `true` if a request to reset the password should return a success response even if the provided email address is invalid, or `false` if the request should return an error response if the email address is invalid.
529529
<br><br>
530530
Default is `true`.
531531
:DEFAULT: true */

0 commit comments

Comments
 (0)