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