Add placeholder to security phrase input

pull/21833/head
David Baker 2020-06-25 15:36:06 +01:00
parent 65febd24eb
commit 648c0c28c2
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ export default class AccessSecretStorageDialog extends React.PureComponent {
value={this.state.passPhrase}
autoFocus={true}
autoComplete="new-password"
placeholder={_t("Security Phrase")}
/>
{keyStatus}
<DialogButtons