Disable autofocus from second field
This commit is contained in:
parent
7cf9055889
commit
a618a91a62
1 changed files with 0 additions and 1 deletions
|
@ -69,7 +69,6 @@ const NewPasswordPage: React.FC<NewPasswordPageProps> = props => {
|
|||
/>
|
||||
<FormSpacer />
|
||||
<TextField
|
||||
autoFocus
|
||||
fullWidth
|
||||
error={passwordError}
|
||||
autoComplete="none"
|
||||
|
|
Loading…
Reference in a new issue