test
parent
0c04737105
commit
38febe8b9e
|
@ -57,7 +57,7 @@ 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,
|
||||
state: false,
|
||||
},
|
||||
(accessToken, refreshToken, profile, cb) => {
|
||||
console.log("accessToken", accessToken);
|
||||
|
|
Loading…
Reference in New Issue