fix: password autocomplete=new-password
This commit is contained in:
parent
1dbfe14379
commit
2096ee84c4
@ -18,7 +18,7 @@ export const Password = connect({
|
|||||||
return (
|
return (
|
||||||
<span className={className}>
|
<span className={className}>
|
||||||
<Input.Password
|
<Input.Password
|
||||||
autoComplete={'off'}
|
autoComplete={'new-password'}
|
||||||
{...others}
|
{...others}
|
||||||
value={value}
|
value={value}
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user