From 81ddac1f54d8a3772daedaccde2c97f5cae34021 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Wed, 18 Mar 2026 17:01:07 +0530 Subject: [PATCH] refactor: update connector status messages and remove deprecated Google OAuth connector entries --- .../config/connector-status-config.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json b/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json index b729c3f8b..f62758256 100644 --- a/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json +++ b/surfsense_web/components/assistant-ui/connector-popup/config/connector-status-config.json @@ -1,24 +1,9 @@ { "connectorStatuses": { - "GOOGLE_DRIVE_CONNECTOR": { - "enabled": true, - "status": "warning", - "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." - }, - "GOOGLE_GMAIL_CONNECTOR": { - "enabled": true, - "status": "warning", - "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." - }, - "GOOGLE_CALENDAR_CONNECTOR": { - "enabled": true, - "status": "warning", - "statusMessage": "Our Google OAuth app is not verified. You may see a 'non-verified app' warning during sign-in." - }, "YOUTUBE_CONNECTOR": { "enabled": true, "status": "warning", - "statusMessage": "Doesn't work on cloud version due to YouTube blocks. Will be fixed soon." + "statusMessage": "Sometimes may not work due to Youtube blocks." }, "WEBCRAWLER_CONNECTOR": { "enabled": true,