Encryption password login: add autofocus.
parent
f828e3d290
commit
e0ec5ee6c8
|
@ -73,6 +73,7 @@ class EncryptionLoginForm extends React.PureComponent {
|
|||
<form style={styles.form} onSubmit={this.generateEncryption}>
|
||||
<TextField
|
||||
type="password"
|
||||
autoFocus={true}
|
||||
error={!!this.state.errors.errorEncryptionPassword}
|
||||
helperText={this.state.errors.errorEncryptionPassword}
|
||||
label="Encryption Password"
|
||||
|
|
Loading…
Reference in New Issue