mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Merge pull request #5534 from SimonBrandner/fix-16071
Add <input type="password"> to security key field
This commit is contained in:
commit
77f79e599f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue