Hide the value of the object storage secret key input form in the control panel (#9706)

This commit is contained in:
nexryai 2023-01-23 16:08:09 +09:00 committed by GitHub
parent ed9facbb33
commit c1dfbe2623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<template #label>Access key</template>
</MkInput>
<MkInput v-model="objectStorageSecretKey">
<MkInput v-model="objectStorageSecretKey" type="password">
<template #prefix><i class="ti ti-key"></i></template>
<template #label>Secret key</template>
</MkInput>