fix: custom gitlab git user

This commit is contained in:
Andras Bacsai
2023-01-10 11:15:21 +01:00
parent 2391850218
commit f778b5a12d
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.',