Skip to content

Commit 6d04de8

Browse files
committed
add password type to api key field
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
1 parent 8b33689 commit 6d04de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/generateFormComponents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ async function createFormComponents() {
302302
"disableSortingAndFiltering": false,
303303
"tableView": true,
304304
"key": "gh_api_key",
305-
"type": "textfield",
305+
"type": "password",
306306
"input": true,
307307
"description": "Generate a Github API Key from here: https://github.com/settings/tokens/new .\n\
308308
The token should have these permissions: \n\

0 commit comments

Comments
 (0)