mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
[bugfix]: allow Jellyfin to have empty password on edit
This commit is contained in:
@@ -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 && (
|
||||||
|
|||||||
Reference in New Issue
Block a user