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 />
|
<FormSpacer />
|
||||||
<TextField
|
<TextField
|
||||||
autoFocus
|
|
||||||
fullWidth
|
fullWidth
|
||||||
error={passwordError}
|
error={passwordError}
|
||||||
autoComplete="none"
|
autoComplete="none"
|
||||||
|
|
Loading…
Reference in a new issue