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

Commit 3734837

Browse files
committed
Add id for passpharase
Signed-off-by: Šimon Brandner <[email protected]>
1 parent fef081c commit 3734837

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +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"
348349
className="mx_AccessSecretStorageDialog_passPhraseInput"
349350
onChange={this.onPassPhraseChange}
350351
value={this.state.passPhrase}

0 commit comments

Comments
 (0)