Remove confusing status output when testing sharing url connection and it shows 404 (#3659)

This commit is contained in:
Zane
2025-07-25 12:58:15 -07:00
committed by GitHub
parent 0ef38c6658
commit 6b60bbcdbe

View File

@@ -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({