We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fff58de commit 46a255bCopy full SHA for 46a255b
src/server/main/integrations/routes.py
@@ -62,7 +62,7 @@ async def get_integration_sources(user_id: str = Depends(auth_helper.get_current
62
# Add public config needed by the client for OAuth flow
63
if source_info["auth_type"] == "oauth":
64
# List of Google services that still use the standard OAuth flow
65
- google_oauth_services = ["gpeople"]
+ google_oauth_services = ["gpeople", "gslides"]
66
if name in google_oauth_services:
67
source_info["client_id"] = GOOGLE_CLIENT_ID
68
elif name == 'github':
0 commit comments