feat(admin): storage secret to be a password field. Closes #3013
This commit is contained in:
parent
132ee5bddc
commit
401c7c8bca
@ -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…
x
Reference in New Issue
Block a user