diff --git a/cmd/desktop/main.go b/cmd/desktop/main.go index beebbaa..9dce921 100644 --- a/cmd/desktop/main.go +++ b/cmd/desktop/main.go @@ -166,7 +166,7 @@ func startOIDCServer() *http.Server { oidcSessionsMu.Unlock() authURL := fmt.Sprintf("%s?%s", - strings.TrimRight(oidcCfg.AuthorizationEndpoint, "/"), + oidcCfg.AuthorizationEndpoint, url.Values{ "response_type": {"code"}, "client_id": {oidcCfg.ClientID},