From a0dc5c7489f80ac0521bb4b7f8b3fde95e81db9c Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:09:03 +0100 Subject: [PATCH] test --- server.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.ts b/server.ts index b590d5d..3f2f208 100644 --- a/server.ts +++ b/server.ts @@ -52,11 +52,11 @@ passport.use( clientID: process.env.GOOGLE_CLIENT_ID as string, clientSecret: process.env.GOOGLE_CLIENT_SECRET as string, callbackURL: process.env.GOOGLE_CALLBACK_URL as string, - scope: [ + /*scope: [ "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/userinfo.profile", - ], + ],*/ //skipUserProfile: false, // this is important, if not set to true, an error will be thrown }, (accessToken, refreshToken, profile, cb) => {