Hide the value of the object storage secret key input form in the control panel (#9706)
This commit is contained in:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nexryai
					nexryai