pull/740/head
Vincent 5 years ago
parent 4a7e2dece7
commit f893ef154e

@ -57,8 +57,8 @@ export class SessionPasswordPrompt extends React.PureComponent<{}, State> {
id="password-prompt-input"
type="password"
autoFocus={true}
placeholder=" "
defaultValue=""
placeholder={' '}
maxLength={window.CONSTANTS.MAX_PASSWORD_LENGTH}
/>
);

@ -156,6 +156,7 @@ export class SettingsView extends React.Component<SettingsViewProps, State> {
id="password-lock-input"
defaultValue=""
placeholder={' '}
maxLength={window.CONSTANTS.MAX_PASSWORD_LENGTH}
/>
<div className="spacer-xs" />

Loading…
Cancel
Save