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
-
+