Merge pull request #836 from coollabsio/feat/git-source-custom-user

fix: custom gitlab git user
This commit is contained in:
Andras Bacsai
2023-01-10 11:17:42 +01:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -72,7 +72,7 @@
htmlUrl: source.htmlUrl.replace(/\/$/, ''),
apiUrl: source.apiUrl.replace(/\/$/, ''),
customPort: source.customPort,
customuser: source.customuser
customUser: source.customUser
});
return addToast({
message: 'Configuration saved.',