[bugfix]: allow Jellyfin to have empty password on edit
This commit is contained in:
parent
bc7f4a5722
commit
0cdfc64023
1 changed files with 1 additions and 1 deletions
|
@ -152,11 +152,11 @@ export const EditServerForm = ({ isUpdate, password, server, onCancel }: EditSer
|
|||
/>
|
||||
<PasswordInput
|
||||
data-autofocus
|
||||
required
|
||||
label={t('form.addServer.input', {
|
||||
context: 'password',
|
||||
postProcess: 'titleCase',
|
||||
})}
|
||||
required={isNavidrome || isSubsonic}
|
||||
{...form.getInputProps('password')}
|
||||
/>
|
||||
{localSettings && isNavidrome && (
|
||||
|
|
Reference in a new issue