From 0cebe1e57e7e4b03aef77cd11bd4fc683c32afc6 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 23 Feb 2020 14:05:03 +0100 Subject: bridge: record the login used during the configure and use it as default credential fix #338 --- bridge/gitlab/gitlab.go | 1 + 1 file changed, 1 insertion(+) (limited to 'bridge/gitlab/gitlab.go') diff --git a/bridge/gitlab/gitlab.go b/bridge/gitlab/gitlab.go index ec7b7e575..d854f2f1c 100644 --- a/bridge/gitlab/gitlab.go +++ b/bridge/gitlab/gitlab.go @@ -21,6 +21,7 @@ const ( confKeyProjectID = "project-id" confKeyGitlabBaseUrl = "base-url" + confKeyDefaultLogin = "default-login" defaultBaseURL = "https://gitlab.com/" defaultTimeout = 60 * time.Second -- cgit v1.2.3