mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-18 08:26:29 +02:00
note that sso is not supported for ND auth
This commit is contained in:
@@ -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',
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user