Encryption password login: add autofocus.

master
Tom Hacohen 2018-10-05 10:12:11 +01:00
parent f828e3d290
commit e0ec5ee6c8
1 changed files with 1 additions and 0 deletions

View File

@ -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"