From 185e6e7dcc904dbedd0258d2038f915277278500 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 14 Jan 2024 15:35:00 +0100 Subject: [PATCH] test --- src/routes/calendarRoutes.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/routes/calendarRoutes.ts b/src/routes/calendarRoutes.ts index 7db5019..3d15ff5 100644 --- a/src/routes/calendarRoutes.ts +++ b/src/routes/calendarRoutes.ts @@ -13,9 +13,7 @@ router.get( scope: [ "https://www.googleapis.com/auth/calendar.app.created", "https://www.googleapis.com/auth/calendar.events.freebusy", - //"https://www.googleapis.com/auth/userinfo.profile", - //"profile", - //"openid", + "https://www.googleapis.com/auth/userinfo.profile", ], }) );