Skip to content

Commit d8c4ca6

Browse files
committed
Merge branch 'release-2.1.2' into develop
2 parents c42deb1 + fa7510f commit d8c4ca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.1.0",
3+
"version": "2.1.2",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

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)