From 8fd48ffb92414a3072bae3558d2a9228cf96fdd0 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:03:19 +0100 Subject: [PATCH] test --- server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server.ts b/server.ts index 3a8b415..5214c77 100644 --- a/server.ts +++ b/server.ts @@ -55,6 +55,7 @@ passport.use( scope: [ "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.events.freebusy", + "profile", ], skipUserProfile: false, // this is important, if not set to true, an error will be thrown },