fix: support macOS VNC connections (#1311)

This commit is contained in:
ZacharyZcR
2026-08-24 03:59:37 +08:00
committed by GitHub
parent ad266956cc
commit fa0fa7f836
6 changed files with 225 additions and 20 deletions
@@ -226,7 +226,7 @@ export const GuacamoleDisplay = forwardRef<
localPort: 30008,
localPath: "/guacamole/websocket/",
remotePath: "/guacamole/websocket/",
includeLocalJwt: false,
includeJwt: false,
});
if (!wsBase) {
onError?.(t("errors.remoteServerRequired"));