mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
feat: remove autoComplete
This commit is contained in:
@@ -52,6 +52,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
||||
}))}
|
||||
value={provider}
|
||||
onChange={setProvider}
|
||||
autoFocus
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
@@ -63,7 +64,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
||||
name={['authData', fieldName]}
|
||||
rules={[{required: true, message: t`Required`}]}
|
||||
>
|
||||
<Input/>
|
||||
<Input autoComplete='off'/>
|
||||
</Form.Item>)
|
||||
}
|
||||
<Form.Item
|
||||
|
||||
Reference in New Issue
Block a user