Skip to content

Commit 46a255b

Browse files
committed
fix (tasks): gslides oauth config
1 parent fff58de commit 46a255b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/main/integrations/routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ async def get_integration_sources(user_id: str = Depends(auth_helper.get_current
6262
# Add public config needed by the client for OAuth flow
6363
if source_info["auth_type"] == "oauth":
6464
# List of Google services that still use the standard OAuth flow
65-
google_oauth_services = ["gpeople"]
65+
google_oauth_services = ["gpeople", "gslides"]
6666
if name in google_oauth_services:
6767
source_info["client_id"] = GOOGLE_CLIENT_ID
6868
elif name == 'github':

0 commit comments

Comments
 (0)