aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/gitlab
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-01-07 22:07:25 +0100
committerMichael Muré <batolettre@gmail.com>2020-02-08 17:18:28 +0100
commit26f0152384f77d2bfd16c6762f5618bc966809a6 (patch)
tree82854841d2865e1bb52e08beeb392507495e7525 /bridge/gitlab
parentdb893494bb1492a3d9e32787a5ada1dd8f639ef3 (diff)
downloadgit-bug-26f0152384f77d2bfd16c6762f5618bc966809a6.tar.gz
WIP
Diffstat (limited to 'bridge/gitlab')
-rw-r--r--bridge/gitlab/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/config.go b/bridge/gitlab/config.go
index 5e345b31..0758074c 100644
--- a/bridge/gitlab/config.go
+++ b/bridge/gitlab/config.go
@@ -212,7 +212,7 @@ func validateBaseUrl(baseUrl string) (bool, error) {
func promptTokenOptions(repo repository.RepoConfig, userId entity.Id, baseUrl string) (auth.Credential, error) {
for {
- creds, err := auth.List(repo, auth.WithUserId(userId), auth.WithTarget(target), auth.WithKind(auth.KindToken))
+ creds, err := auth.List(repo, auth.WithTarget(target), auth.WithKind(auth.KindToken))
if err != nil {
return nil, err
}