There was an error while loading. Please reload this page.
1 parent 38e647b commit 8734effCopy full SHA for 8734eff
config/passport.js
@@ -9,8 +9,8 @@ passport.use(
9
new GoogleStrategy(
10
{
11
clientID:
12
- "1096204226532-ktn75c7brhf7vt6ugs2na30ptg3rhkod.apps.googleusercontent.com",
13
- clientSecret: "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",
+ "851449713614-8fs32jfqquttd7h3fs2obgm37sofj7fq.apps.googleusercontent.com",
+ clientSecret: "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",
14
callbackURL: "/auth/google/callback",
15
},
16
async (accessToken, refreshToken, profile, done) => {
0 commit comments