add passport stuff back

Because Berkeley really needs to wait for his coffee to kick in before
commiting anything...
This commit is contained in:
Berkeley Martinez
2015-06-04 12:03:53 -07:00
parent bba0e0a9fe
commit 7a2bcc06f7
5 changed files with 16 additions and 33 deletions

View File

@@ -1,3 +1,4 @@
/*
var passport = require('passport'),
passportConf = require('../../config/passport');
@@ -67,3 +68,4 @@ module.exports = function(app) {
app.use(router);
};
*/