Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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