Skip to content

Commit

Permalink
Update passport-google-oauth2-strategy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshyarawal authored Jun 25, 2022
1 parent 95c777d commit 676c3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/passport-google-oauth2-strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const User = require('../models/user');

// tell passport to use a new strategy for google login
passport.use(new googleStrategy({
clientID: "1017293538463-4vs0fvbfktlhp9i51ua41acb8or9ngqv.apps.googleusercontent.com",
clientSecret: "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",
clientID: "*********",
clientSecret: "**********",
callbackURL: "http://localhost:8000/users/auth/google/callback",
},

Expand Down

0 comments on commit 676c3ba

Please sign in to comment.