diff --git a/server.ts b/server.ts index 16a3d1a..57865a2 100644 --- a/server.ts +++ b/server.ts @@ -57,7 +57,6 @@ passport.use( "https://www.googleapis.com/auth/calendar.events.freebusy", ], skipUserProfile: true, // this is important, if not set to true, an error will be thrown - state: true, }, (accessToken, refreshToken, profile, cb) => { console.log("accessToken", accessToken);