main
alex 2024-01-14 15:09:46 +01:00
parent a0dc5c7489
commit d2203bbbfe
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@ router.get(
passport.authenticate("google", {
accessType: "offline",
//session: false,
scope: [
/*scope: [
"https://www.googleapis.com/auth/calendar.app.created",
"https://www.googleapis.com/auth/calendar.events.freebusy",
],
],*/
})
);