main
alex 2024-01-14 13:57:29 +01:00
parent 0c04737105
commit 38febe8b9e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ passport.use(
"https://www.googleapis.com/auth/calendar.events.freebusy", "https://www.googleapis.com/auth/calendar.events.freebusy",
], ],
skipUserProfile: true, // this is important, if not set to true, an error will be thrown skipUserProfile: true, // this is important, if not set to true, an error will be thrown
state: true, state: false,
}, },
(accessToken, refreshToken, profile, cb) => { (accessToken, refreshToken, profile, cb) => {
console.log("accessToken", accessToken); console.log("accessToken", accessToken);