You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Give secret key field an id (#7489)
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user