Fixed 16071
Signed-off-by: SimonBrandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
461b569278
commit
247bd09312
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…
Add table
Add a link
Reference in a new issue