Give secret key field an id
(#7489)
This commit is contained in:
parent
9501d3b226
commit
30aee97b78
1 changed files with 1 additions and 0 deletions
|
@ -393,6 +393,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
||||||
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry_textInput">
|
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry_textInput">
|
||||||
<Field
|
<Field
|
||||||
type="password"
|
type="password"
|
||||||
|
id="mx_securityKey"
|
||||||
label={_t('Security Key')}
|
label={_t('Security Key')}
|
||||||
value={this.state.recoveryKey}
|
value={this.state.recoveryKey}
|
||||||
onChange={this.onRecoveryKeyChange}
|
onChange={this.onRecoveryKeyChange}
|
||||||
|
|
Loading…
Reference in a new issue