Fixed option lookup

This commit is contained in:
Ezri Brimhall 2025-06-24 09:19:39 -06:00
parent 052a6ff029
commit cebff23bd6
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

View File

@ -183,7 +183,7 @@ class GlobalProtectConnection(
"(ss)", "(ss)",
( (
base64.b64decode(preauth.get("saml-request")).decode("utf-8"), base64.b64decode(preauth.get("saml-request")).decode("utf-8"),
options["firefox_browser_container"], options["firefox_browser_container"].value,
), ),
), ),
) )