Skip to content

Commit 8734eff

Browse files
committed
auth
1 parent 38e647b commit 8734eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/passport.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ passport.use(
99
new GoogleStrategy(
1010
{
1111
clientID:
12-
"1096204226532-ktn75c7brhf7vt6ugs2na30ptg3rhkod.apps.googleusercontent.com",
13-
clientSecret: "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",
12+
"851449713614-8fs32jfqquttd7h3fs2obgm37sofj7fq.apps.googleusercontent.com",
13+
clientSecret: "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",
1414
callbackURL: "/auth/google/callback",
1515
},
1616
async (accessToken, refreshToken, profile, done) => {

0 commit comments

Comments
 (0)