diff --git a/ui/desktop/src/components/SplashPills.tsx b/ui/desktop/src/components/SplashPills.tsx index 54a16818..6b16a578 100644 --- a/ui/desktop/src/components/SplashPills.tsx +++ b/ui/desktop/src/components/SplashPills.tsx @@ -21,7 +21,7 @@ export default function SplashPills({ append }) { return (
diff --git a/ui/desktop/src/extensions.ts b/ui/desktop/src/extensions.ts index 11e75ad5..16ca4a29 100644 --- a/ui/desktop/src/extensions.ts +++ b/ui/desktop/src/extensions.ts @@ -74,7 +74,7 @@ export const BUILT_IN_EXTENSIONS = [ type: 'builtin', env_keys: [], }, - { + /* TODO re-enable when we have a smoother auth flow { id: 'google_drive', name: 'Google Drive', description: 'Built-in Google Drive integration for file management and access', @@ -85,7 +85,7 @@ export const BUILT_IN_EXTENSIONS = [ 'GOOGLE_DRIVE_CREDENTIALS_PATH', 'GOOGLE_DRIVE_OAUTH_CONFIG', ], - }, + },*/ ]; function sanitizeName(name: string) {