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 e89cff6 commit 9c33b0fCopy full SHA for 9c33b0f
1 file changed
backend/client/client.go
@@ -58,9 +58,6 @@ func (r *ClientParameters) WithParams(urlStr string) string {
58
if r.ClusterID != "" {
59
query.Set("cluster_id", r.ClusterID)
60
}
61
- if r.RedirectURL != "" {
62
- query.Set("redirect_url", r.RedirectURL)
63
- }
64
if r.SessionID != "" {
65
query.Set("session_id", r.SessionID)
66
0 commit comments