Skip to content

Commit

Permalink
Use strict equal
Browse files Browse the repository at this point in the history
  • Loading branch information
MRoc committed Mar 3, 2021
1 parent da87f4c commit cee3d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategy.js
Expand Up @@ -57,7 +57,7 @@ Strategy.prototype.authenticate = function (req) {
}

try {
if (this._verify.length == 3) {
if (this._verify.length === 3) {
this._verify(req, options, verified);
}
else {
Expand Down

0 comments on commit cee3d4b

Please sign in to comment.