This commit is contained in:
calzoneman 2015-11-02 21:10:52 -08:00
parent de9b963d38
commit 47ef670f34
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ export default function initialize(app, session) {
if (STATIC_RESOURCE.test(req.path)) {
return next();
} else if (!req.signedCookies || !req.signedCookies.auth) {
return nuext();
return next();
} else {
session.verifySession(req.signedCookies.auth, (err, account) => {
if (!err) {