We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bae142 + 77ebbb3 commit 98584fbCopy full SHA for 98584fb
controllers/auth.js
@@ -76,7 +76,7 @@ exports.auth = function (aReq, aRes, aNext) {
76
function auth() {
77
var authenticate = null;
78
79
- // Just in case some dumbass tries a bad /auth/* url
+ // Just in case someone tries a bad /auth/* url
80
if (!strategyInstances[strategy]) {
81
aNext();
82
return;
0 commit comments