* fix: rdp, desktop app, and mobile app login issues and guacd issues

* fix: general fixes

* fix: mobile/desktop login isssues

* fix: mobile/desktop login isssues

* fix: mobile/desktop login isssues

* chore: format
This commit is contained in:
Luke Gustafson
2026-05-12 21:55:14 -05:00
committed by GitHub
parent ada8a268bb
commit 10794f1e8d
19 changed files with 530 additions and 135 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const clientOptions = {
},
},
allowedUnencryptedConnectionSettings: {
rdp: ["width", "height", "dpi"],
rdp: ["width", "height"],
vnc: ["width", "height"],
telnet: ["width", "height"],
},
-1
View File
@@ -130,7 +130,6 @@ export class GuacamoleTokenService {
username,
password,
port: 3389,
security: "nla",
"ignore-cert": true,
...options,
},