main
alex 2024-01-14 12:10:12 +01:00
parent 1845c9c75d
commit c62a04e0c3
1 changed files with 1 additions and 1 deletions

View File

@ -55,8 +55,8 @@ passport.use(
scope: [
"https://www.googleapis.com/auth/calendar.app.created",
"https://www.googleapis.com/auth/calendar.events.freebusy",
"profile",
],
skipUserProfile: true,
},
(accessToken, refreshToken, profile, cb) => {
logger.info("accessToken", accessToken);