Autofocus security key field (#10048)
This commit is contained in:
parent
ebb8408f28
commit
089557005a
2 changed files with 71 additions and 99 deletions
|
@ -404,6 +404,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
|||
label={_t("Security Key")}
|
||||
value={this.state.recoveryKey}
|
||||
onChange={this.onRecoveryKeyChange}
|
||||
autoFocus={true}
|
||||
forceValidity={this.state.recoveryKeyCorrect}
|
||||
autoComplete="off"
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue