fix redirect uri import, add chat stub
This commit is contained in:
@@ -68,7 +68,4 @@ GMAIL_SCOPES = [
|
||||
]
|
||||
|
||||
# Combined scopes for all supported Google Workspace operations
|
||||
SCOPES = list(set(BASE_SCOPES + CALENDAR_SCOPES + DRIVE_SCOPES + GMAIL_SCOPES + DOCS_SCOPES))
|
||||
|
||||
# Note: OAUTH_REDIRECT_URI is defined in core/server.py as it depends on the server's port.
|
||||
# It will be imported directly from core.server where needed.
|
||||
SCOPES = list(set(BASE_SCOPES + CALENDAR_SCOPES + DRIVE_SCOPES + GMAIL_SCOPES + DOCS_SCOPES))
|
||||
Reference in New Issue
Block a user