Merge pull request #5534 from SimonBrandner/fix-16071
Add <input type="password"> to security key fieldpull/21833/head
commit
77f79e599f
|
@ -298,7 +298,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
||||||
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry">
|
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry">
|
||||||
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry_textInput">
|
<div className="mx_AccessSecretStorageDialog_recoveryKeyEntry_textInput">
|
||||||
<Field
|
<Field
|
||||||
type="text"
|
type="password"
|
||||||
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 New Issue