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