main
alex 2024-01-14 15:12:36 +01:00
parent 882e860aa6
commit e61c51debf
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ router.get(
"/auth/google",
passport.authenticate("google", {
accessType: "offline",
//session: false,
session: false,
scope: [
"https://www.googleapis.com/auth/calendar.app.created",
"https://www.googleapis.com/auth/calendar.events.freebusy",