diff --git a/config/passport.js b/config/passport.js index 4dbff5f6..a931afc0 100755 --- a/config/passport.js +++ b/config/passport.js @@ -22,6 +22,6 @@ module.exports = function() { // Initialize strategies utilities.walk('./config/strategies', /(.*)\.(js$|coffee$)/).forEach(function(strategyPath) { - require(path.resolve(strategyPath)); + require(path.resolve(strategyPath))(); }); }; \ No newline at end of file