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

This commit is contained in:
Gabe Kangas 2023-05-31 15:18:51 -07:00
parent 132ee5bddc
commit 401c7c8bca
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

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