Remove unnecessary password type

This commit is contained in:
carlosmonastyrski
2025-04-22 15:49:05 -03:00
parent ce7798c48b
commit e30a05e3e8

View File

@@ -43,7 +43,6 @@ export const AzureClientSecretRotationSecretsMappingFields = () => {
<Input
value={value}
onChange={onChange}
type="password"
placeholder={rotationOption?.template.secretsMapping.clientSecret}
/>
</FormControl>