mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +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
|
||||
data-autofocus
|
||||
required
|
||||
label={t('form.addServer.input', {
|
||||
context: 'password',
|
||||
postProcess: 'titleCase',
|
||||
})}
|
||||
required={isNavidrome || isSubsonic}
|
||||
{...form.getInputProps('password')}
|
||||
/>
|
||||
{localSettings && isNavidrome && (
|
||||
|
||||
Reference in New Issue
Block a user