Fix password input type for CertificatePassword (#7696)

This commit is contained in:
DatScreamer
2026-03-19 15:34:58 +00:00
committed by GitHub
parent eff87d6701
commit 2757cf7ace
@@ -251,6 +251,7 @@ export const Component = () => {
label={globalize.translate('LabelCertificatePassword')}
helperText={globalize.translate('LabelCertificatePasswordHelp')}
defaultValue={config.CertificatePassword}
type='password'
/>
</Stack>