Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5534 from SimonBrandner/fix-16071
Browse files Browse the repository at this point in the history
Add <input type="password"> to security key field
  • Loading branch information
jryans authored Jan 11, 2021
2 parents 1c3adbc + 247bd09 commit 77f79e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 77f79e5

Please sign in to comment.