note that sso is not supported for ND auth

This commit is contained in:
Kendall Garner
2026-07-05 21:50:22 -07:00
parent 7b5df97fa0
commit 554e49cb85
2 changed files with 5 additions and 0 deletions
@@ -295,6 +295,10 @@ export const AddServerForm = ({ onCancel }: AddServerFormProps) => {
{...form.getInputProps('username')}
/>
<PasswordInput
description={
form.values.type === ServerType.NAVIDROME &&
t('form.addServer.input', { context: 'passwordNoSSO' })
}
label={t('form.addServer.input', {
context: 'password',
})}