We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70524b2 commit 478421dCopy full SHA for 478421d
lib/requests/password-reset-email-request.js
@@ -123,7 +123,7 @@ class PasswordResetEmailRequest extends AuthRequest {
123
return this.accountManager.accountExists(username)
124
.then(exists => {
125
if (!exists) {
126
- // For security reason avoid leaking error information
+ // For security reasons, avoid leaking error information
127
// See: https://github.com/nodeSolidServer/node-solid-server/issues/1770
128
this.accountManager.verifyEmailDependencies()
129
return this.resetLinkMessage()
0 commit comments