You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Add placeholder to security phrase input
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user