mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
[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
|
<PasswordInput
|
||||||
data-autofocus
|
data-autofocus
|
||||||
required
|
|
||||||
label={t('form.addServer.input', {
|
label={t('form.addServer.input', {
|
||||||
context: 'password',
|
context: 'password',
|
||||||
postProcess: 'titleCase',
|
postProcess: 'titleCase',
|
||||||
})}
|
})}
|
||||||
|
required={isNavidrome || isSubsonic}
|
||||||
{...form.getInputProps('password')}
|
{...form.getInputProps('password')}
|
||||||
/>
|
/>
|
||||||
{localSettings && isNavidrome && (
|
{localSettings && isNavidrome && (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue