Skip to content

Commit

Permalink
make api key secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsSudip committed Jul 21, 2023
1 parent 2933966 commit dc40cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configurations/destinations/stormly/ui-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"regexErrorMessage": "Invalid API Key",
"required": true,
"placeholder": "e.g. df789e1bdcaec4d9b3asw2be14527c5a",
"secret": false,
"secret": true,
"footerNote": "Your API Key"
}
]
Expand Down

0 comments on commit dc40cf5

Please sign in to comment.