From 1cfa72d20e3c186fa0e662dae1f61ffe3ae5071b Mon Sep 17 00:00:00 2001 From: Eric Hare Date: Wed, 19 Nov 2025 12:25:40 -0800 Subject: [PATCH] Clean up the errors in connectors --- frontend/app/auth/callback/page.tsx | 10 +-- frontend/app/upload/[provider]/page.tsx | 2 +- frontend/components/icons/one-drive-logo.tsx | 48 ++++++------ .../components/icons/share-point-logo.tsx | 74 +++++++++---------- 4 files changed, 67 insertions(+), 67 deletions(-) diff --git a/frontend/app/auth/callback/page.tsx b/frontend/app/auth/callback/page.tsx index 83c0cf96..3bc359cb 100644 --- a/frontend/app/auth/callback/page.tsx +++ b/frontend/app/auth/callback/page.tsx @@ -119,9 +119,9 @@ function AuthCallbackContent() { localStorage.removeItem("connecting_connector_type"); localStorage.removeItem("auth_purpose"); - // Redirect to connectors page with success indicator + // Redirect to settings page with success indicator setTimeout(() => { - router.push("/connectors?oauth_success=true"); + router.push("/settings?oauth_success=true"); }, 2000); } } else { @@ -207,13 +207,13 @@ function AuthCallbackContent() { )} @@ -223,7 +223,7 @@ function AuthCallbackContent() {

{isAppAuth ? "Redirecting you to the app..." - : "Redirecting to connectors..."} + : "Redirecting to settings..."}

diff --git a/frontend/app/upload/[provider]/page.tsx b/frontend/app/upload/[provider]/page.tsx index 3074c777..544e3227 100644 --- a/frontend/app/upload/[provider]/page.tsx +++ b/frontend/app/upload/[provider]/page.tsx @@ -366,7 +366,7 @@ export default function UploadProviderPage() { Back - +