Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Merge 5fb5330 into 18e633c
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Mar 14, 2019
2 parents 18e633c + 5fb5330 commit 8fe40b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions census/routes/utils.js
Expand Up @@ -54,6 +54,8 @@ var resolveProfile = function(profile, provider, done) {
};

var setupAuth = function() {

// TODO: update
passport.use(new GoogleStrategy({
clientID: config.get('google:app_id'),
clientSecret: config.get('google:app_secret'),
Expand Down

0 comments on commit 8fe40b0

Please sign in to comment.