You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to login with incorrect credentials, I get an unknown error back from the server, when in reality I should be getting: return callback(err, false, {message: constants.errors.authErrors.incorrectCredentials});
I have checked and constants.errors.authErrors.incorrectCredentials is a valid string.
The text was updated successfully, but these errors were encountered:
Hi, I believe this was actually working a while ago:
This is my local strategy code, specifically look at these lines of code:
When I try to login with incorrect credentials, I get an unknown error back from the server, when in reality I should be getting:
return callback(err, false, {message: constants.errors.authErrors.incorrectCredentials});
I have checked and
constants.errors.authErrors.incorrectCredentials
is a valid string.The text was updated successfully, but these errors were encountered: