mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-31 19:31:11 +02:00
Add mx to passPhraseInput
This commit is contained in:
parent
37348375a2
commit
ce4439e118
@ -345,7 +345,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
||||
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this.onPassPhraseNext}>
|
||||
<input
|
||||
type="password"
|
||||
id="passPhraseInput"
|
||||
id="mx_passPhraseInput"
|
||||
className="mx_AccessSecretStorageDialog_passPhraseInput"
|
||||
onChange={this.onPassPhraseChange}
|
||||
value={this.state.passPhrase}
|
||||
|
Loading…
x
Reference in New Issue
Block a user