From d9e5251e578f3c890a1916de7091ac1716f30cd9 Mon Sep 17 00:00:00 2001 From: Hilmar Falkenberg Date: Tue, 28 May 2024 12:31:51 +0200 Subject: [PATCH] rm --- pkg/npm/login.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/npm/login.go b/pkg/npm/login.go index f5b1ad25d2..955750cdf3 100644 --- a/pkg/npm/login.go +++ b/pkg/npm/login.go @@ -29,7 +29,6 @@ func Login(registry string, username string, password string, email string) (str if err != nil { return "", err } - // PUT https://staging.repositories.cloud.sap/stage/repository/363001268081-20240426-12350868-423/-/user/org.couchdb.user:EF25JcIYOlXA4Ui req, err := http.NewRequestWithContext(context.Background(), http.MethodPut, registry+"/-/user/org.couchdb.user:"+url.PathEscape(username), bytes.NewReader(marshal)) if err != nil { return "", err