Skip to content

Commit

Permalink
Fixing Passport Split
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Feb 12, 2014
1 parent 880ad6a commit 02b9773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/passport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))();
});
};

0 comments on commit 02b9773

Please sign in to comment.