Skip to content

Commit 528bead

Browse files
committed
Use a password input field type for object store secret key entry
1 parent 41cc962 commit 528bead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/AddObjectStorage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<a-input v-model:value="form.accessKey" />
5252
</a-form-item>
5353
<a-form-item name="secretKey" ref="secretKey" :label="$t('label.secret.key')">
54-
<a-input v-model:value="form.secretKey" />
54+
<a-input-password v-model:value="form.secretKey" />
5555
</a-form-item>
5656
<div :span="24" class="action-button">
5757
<a-button @click="closeModal">{{ $t('label.cancel') }}</a-button>

0 commit comments

Comments
 (0)