Skip to content

Commit

Permalink
Merge pull request #822 from Martii/commentCleanup
Browse files Browse the repository at this point in the history
Comment cleanup

Auto-merge
  • Loading branch information
Martii committed Nov 11, 2015
2 parents 3bae142 + 77ebbb3 commit 98584fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ exports.auth = function (aReq, aRes, aNext) {
function auth() {
var authenticate = null;

// Just in case some dumbass tries a bad /auth/* url
// Just in case someone tries a bad /auth/* url
if (!strategyInstances[strategy]) {
aNext();
return;
Expand Down

0 comments on commit 98584fb

Please sign in to comment.