Optimize: two-factor - remove autocomplete when typing
This commit is contained in:
@@ -134,7 +134,11 @@ const SignIn = () => {
|
||||
style={{ marginTop: 10 }}
|
||||
rules={[{ required: true, len: 6 }]}
|
||||
>
|
||||
<AntdInput showCount maxLength={6} />
|
||||
<AntdInput
|
||||
showCount
|
||||
maxLength={6}
|
||||
autoComplete={'off'}
|
||||
/>
|
||||
</AntdForm.Item>
|
||||
</AntdForm>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user