mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
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: {
|
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: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user