Made GitHub PATs hidden (password field) (#215)

This commit is contained in:
Imran Remtulla
2023-01-06 20:57:26 -05:00
parent 95f3362a84
commit 02751fe8fa
2 changed files with 7 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ class GitHub extends AppSource {
additionalSourceSpecificSettingFormItems = [
GeneratedFormTextField('github-creds',
label: tr('githubPATLabel'),
password: true,
required: false,
additionalValidators: [
(value) {