Skip to content

Commit ebcd569

Browse files
Remove dead code.
1 parent aa6aa75 commit ebcd569

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controllers/auth.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ exports.auth = function (aReq, aRes, aNext) {
4747
var authOpts = { failureRedirect: '/register?stratfail' };
4848

4949
function auth() {
50-
var authenticate = null;
51-
var referer = aReq.get('Referer');
50+
var authenticate = null;
5251

5352
// Just in case some dumbass tries a bad /auth/* url
5453
if (!strategyInstances[strategy]) {

0 commit comments

Comments
 (0)