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", ], }) );