mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
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_textInput">
|
||||
<Field
|
||||
type="text"
|
||||
type="password"
|
||||
label={_t('Security Key')}
|
||||
value={this.state.recoveryKey}
|
||||
onChange={this._onRecoveryKeyChange}
|
||||
|
|
Loading…
Reference in a new issue