From 293f7027c758336db33899b418268cfd0c066ce9 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Sun, 16 Jul 2023 13:35:40 -0600 Subject: [PATCH] fix: make this a password field --- views2/setup.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views2/setup.pug b/views2/setup.pug index 25e3369..c755c64 100644 --- a/views2/setup.pug +++ b/views2/setup.pug @@ -47,7 +47,7 @@ html.dark.sl-theme-dark(lang='en') h3.setup-text-item-title Access key sl-input#s3-accessKey(type='text' placeholder='ABCD1234' clearable): sl-icon(slot='prefix' name='fas-key-skeleton' library='fa') h3.setup-text-item-title Secret key - sl-input#s3-secretKey(type='text' placeholder='EF56GH78IJ90KL12' clearable): sl-icon(slot='prefix' name='fas-user-secret' library='fa') + sl-input#s3-secretKey(type='password' placeholder='EF56GH78IJ90KL12' clearable): sl-icon(slot='prefix' name='fas-user-secret' library='fa') h3.setup-text-item-title Region #[span.setup-text-optional optional] sl-input#s3-region(type='text' placeholder='us-east' clearable): sl-icon(slot='prefix' name='fas-map-location-dot' library='fa')