We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f4b68 commit 14d57aeCopy full SHA for 14d57ae
drivers/189pc/utils.go
@@ -322,7 +322,7 @@ func (y *Cloud189PC) login() (err error) {
322
_, err = y.client.R().
323
SetResult(&tokenInfo).SetError(&erron).
324
SetQueryParams(clientSuffix()).
325
- SetQueryParam("redirectURL", url.QueryEscape(loginresp.ToUrl)).
+ SetQueryParam("redirectURL", loginresp.ToUrl).
326
Post(API_URL + "/getSessionForPC.action")
327
if err != nil {
328
return
0 commit comments