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) {
|
||||
setTestResult({
|
||||
status: 'success',
|
||||
message: `Connection successful! Server responded with status ${response.status}.`,
|
||||
message: 'Connection successful!',
|
||||
});
|
||||
} else {
|
||||
setTestResult({
|
||||
|
||||
Reference in New Issue
Block a user