mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 06:04:23 +01:00
Remove confusing status output when testing sharing url connection and it shows 404 (#3659)
This commit is contained in:
@@ -118,7 +118,7 @@ export default function SessionSharingSection() {
|
|||||||
if (response.status < 500) {
|
if (response.status < 500) {
|
||||||
setTestResult({
|
setTestResult({
|
||||||
status: 'success',
|
status: 'success',
|
||||||
message: `Connection successful! Server responded with status ${response.status}.`,
|
message: 'Connection successful!',
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
setTestResult({
|
setTestResult({
|
||||||
|
|||||||
Reference in New Issue
Block a user