Hide the value of the object storage secret key input form in the control panel (#9706)
This commit is contained in:
parent
ed9facbb33
commit
c1dfbe2623
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue