Fixed reversed arguments to container open link
This commit is contained in:
parent
cebff23bd6
commit
d3b39effd7
@ -42,7 +42,7 @@ class GlobalProtectSamlAuthenticator:
|
||||
raise AuthenticationInProgress()
|
||||
|
||||
if options.signature == "(ss)":
|
||||
target = f"ext+container:name={urllib.parse.quote_plus(options.value[0])}&url={urllib.parse.quote_plus(options.value[1])}"
|
||||
target = f"ext+container:name={urllib.parse.quote_plus(options.value[1])}&url={urllib.parse.quote_plus(options.value[0])}"
|
||||
else:
|
||||
target = options.value
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user