We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70ee439 + 478421d commit f5652f3Copy full SHA for f5652f3
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