Skip to content

Commit b1a836a

Browse files
committed
Update Google OAuth callback url
1 parent 7db9f1d commit b1a836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/config/passport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ passport.use(
208208
{
209209
clientID: process.env.GOOGLE_ID,
210210
clientSecret: process.env.GOOGLE_SECRET,
211-
callbackURL: '/auth/google/callback',
211+
callbackURL: 'https://editor.p5js.org/auth/google/callback',
212212
passReqToCallback: true,
213213
scope: ['openid email']
214214
},

0 commit comments

Comments
 (0)