mirror of https://github.com/vector-im/riot-web
Add placeholder to security phrase input
parent
65febd24eb
commit
648c0c28c2
|
@ -158,6 +158,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
|
||||||
value={this.state.passPhrase}
|
value={this.state.passPhrase}
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
|
placeholder={_t("Security Phrase")}
|
||||||
/>
|
/>
|
||||||
{keyStatus}
|
{keyStatus}
|
||||||
<DialogButtons
|
<DialogButtons
|
||||||
|
|
Loading…
Reference in New Issue