Skip to content

Commit

Permalink
Merge pull request #970 from DemocracyLab/835-login-page-dont-show-lo…
Browse files Browse the repository at this point in the history
…oks-good-on-email-password-fields-2023

remove looks good
  • Loading branch information
Workhqd committed May 8, 2023
2 parents 95aa45e + 5864e9b commit 7b02025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/components/controllers/LogInController.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class LogInController extends React.Component<Props, State> {
placeholder="Email"
onChange={e => this.setState({ username: e.target.value })}
/>
<Form.Control.Feedback>Looks good!</Form.Control.Feedback>

<Form.Control.Feedback type="invalid">
Please enter your email address.
</Form.Control.Feedback>
Expand All @@ -92,7 +92,7 @@ class LogInController extends React.Component<Props, State> {
placeholder="Password"
onChange={e => this.setState({ password: e.target.value })}
/>
<Form.Control.Feedback>Looks good!</Form.Control.Feedback>

<Form.Control.Feedback type="invalid">
Please enter your password.
</Form.Control.Feedback>
Expand Down

0 comments on commit 7b02025

Please sign in to comment.