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

Commit ce4439e

Browse files
Add mx to passPhraseInput
1 parent 3734837 commit ce4439e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/security/AccessSecretStorageDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
345345
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this.onPassPhraseNext}>
346346
<input
347347
type="password"
348-
id="passPhraseInput"
348+
id="mx_passPhraseInput"
349349
className="mx_AccessSecretStorageDialog_passPhraseInput"
350350
onChange={this.onPassPhraseChange}
351351
value={this.state.passPhrase}

0 commit comments

Comments
 (0)