diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 77dfba3a2..2a484a46c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -332,6 +332,7 @@ "input_legacyAuthentication": "Enable legacy authentication", "input_name": "Server Name", "input_password": "Password", + "input_passwordNoSSO": "Reverse proxy (SSO) authentication is not supported. Only username/password authentication and Subsonic authentication are supported", "input_preferInstantMix": "Prefer Instant Mix", "input_preferInstantMixDescription": "Only use instant mix to get similar songs. Useful if you have plugins that modify this behavior", "input_preferRemoteUrl": "Prefer Public URL", diff --git a/src/renderer/features/servers/components/add-server-form.tsx b/src/renderer/features/servers/components/add-server-form.tsx index a38c5d6ad..3bd571897 100644 --- a/src/renderer/features/servers/components/add-server-form.tsx +++ b/src/renderer/features/servers/components/add-server-form.tsx @@ -295,6 +295,10 @@ export const AddServerForm = ({ onCancel }: AddServerFormProps) => { {...form.getInputProps('username')} />