From 6b60bbcdbe06f99377ee659430930ab3f8efdd78 Mon Sep 17 00:00:00 2001 From: Zane <75694352+zanesq@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:58:15 -0700 Subject: [PATCH] Remove confusing status output when testing sharing url connection and it shows 404 (#3659) --- .../src/components/settings/sessions/SessionSharingSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx b/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx index ba42d264..a9df69cc 100644 --- a/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx +++ b/ui/desktop/src/components/settings/sessions/SessionSharingSection.tsx @@ -118,7 +118,7 @@ export default function SessionSharingSection() { if (response.status < 500) { setTestResult({ status: 'success', - message: `Connection successful! Server responded with status ${response.status}.`, + message: 'Connection successful!', }); } else { setTestResult({