Fixed 16071

Signed-off-by: SimonBrandner <simon.bra.ag@gmail.com>
This commit is contained in:
SimonBrandner 2021-01-05 13:20:59 +01:00
parent 461b569278
commit 247bd09312
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -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}