Browse Source

feat(admin): storage secret to be a password field. Closes #3013

pull/3059/head
Gabe Kangas 3 years ago
parent
commit
401c7c8bca
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 1
      web/utils/config-constants.tsx

1
web/utils/config-constants.tsx

@ -530,6 +530,7 @@ export const S3_TEXT_FIELDS_INFO = { @@ -530,6 +530,7 @@ export const S3_TEXT_FIELDS_INFO = {
secret: {
fieldName: 'secret',
label: 'Secret key',
type: 'password',
maxLength: 255,
placeholder: 'your secret key',
tip: '',

Loading…
Cancel
Save