Skip to content

Commit

Permalink
Update password-reset-email-request.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoa authored Mar 18, 2024
1 parent 70524b2 commit 478421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/requests/password-reset-email-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class PasswordResetEmailRequest extends AuthRequest {
return this.accountManager.accountExists(username)
.then(exists => {
if (!exists) {
// For security reason avoid leaking error information
// For security reasons, avoid leaking error information
// See: https://github.com/nodeSolidServer/node-solid-server/issues/1770
this.accountManager.verifyEmailDependencies()
return this.resetLinkMessage()
Expand Down

0 comments on commit 478421d

Please sign in to comment.