Skip to content

Commit

Permalink
Merge pull request #1777 from nodeSolidServer/fix/issue#1774
Browse files Browse the repository at this point in the history
Update password-reset-email-request.js
  • Loading branch information
bourgeoa authored Mar 18, 2024
2 parents 70ee439 + 478421d commit f5652f3
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 f5652f3

Please sign in to comment.