Skip to content

Commit 9c33b0f

Browse files
committed
remove redirect from client params
Signed-off-by: Karol Szwaj <karol.szwaj@gmail.com> On-behalf-of: @SAP karol.szwaj@sap.com
1 parent e89cff6 commit 9c33b0f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

backend/client/client.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ func (r *ClientParameters) WithParams(urlStr string) string {
5858
if r.ClusterID != "" {
5959
query.Set("cluster_id", r.ClusterID)
6060
}
61-
if r.RedirectURL != "" {
62-
query.Set("redirect_url", r.RedirectURL)
63-
}
6461
if r.SessionID != "" {
6562
query.Set("session_id", r.SessionID)
6663
}

0 commit comments

Comments
 (0)