Merge pull request #6043 from SimonBrandner/fix/add-ids
Add ids to homeserver and passphrase fields
This commit is contained in:
commit
b06514273f
2 changed files with 2 additions and 0 deletions
|
@ -217,6 +217,7 @@ export default class ServerPickerDialog extends React.PureComponent<IProps, ISta
|
||||||
value={this.state.otherHomeserver}
|
value={this.state.otherHomeserver}
|
||||||
validateOnChange={false}
|
validateOnChange={false}
|
||||||
validateOnFocus={false}
|
validateOnFocus={false}
|
||||||
|
id="mx_homeserverInput"
|
||||||
/>
|
/>
|
||||||
</StyledRadioButton>
|
</StyledRadioButton>
|
||||||
<p>
|
<p>
|
||||||
|
|
|
@ -345,6 +345,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent<IProp
|
||||||
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this.onPassPhraseNext}>
|
<form className="mx_AccessSecretStorageDialog_primaryContainer" onSubmit={this.onPassPhraseNext}>
|
||||||
<input
|
<input
|
||||||
type="password"
|
type="password"
|
||||||
|
id="mx_passPhraseInput"
|
||||||
className="mx_AccessSecretStorageDialog_passPhraseInput"
|
className="mx_AccessSecretStorageDialog_passPhraseInput"
|
||||||
onChange={this.onPassPhraseChange}
|
onChange={this.onPassPhraseChange}
|
||||||
value={this.state.passPhrase}
|
value={this.state.passPhrase}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue