Skip to content

Commit

Permalink
removed parens causing error messages not to display
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Jan 7, 2025
1 parent d17ca95 commit ee27e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/app/components/password-validator.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{{on "keyup" this.keyboard}}
data-test-password-input
/>
{{#if (this.hasErrorForPassword)}}
{{#if this.hasErrorForPassword}}
<ValidationError @validatable={{this}} @property="password" />
{{else if (gt this.password.length 0)}}
<span
Expand Down

0 comments on commit ee27e66

Please sign in to comment.