mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix password input type for CertificatePassword (#7696)
This commit is contained in:
@@ -251,6 +251,7 @@ export const Component = () => {
|
||||
label={globalize.translate('LabelCertificatePassword')}
|
||||
helperText={globalize.translate('LabelCertificatePasswordHelp')}
|
||||
defaultValue={config.CertificatePassword}
|
||||
type='password'
|
||||
/>
|
||||
</Stack>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user