Skip to content

Commit

Permalink
updated ValidationError to new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Nov 7, 2024
1 parent a7ba9ba commit 5290c6c
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 @@ -12,7 +12,7 @@
data-test-password-input
/>
{{#if (has-error-for this.password)}}
<ValidationError @errors={{get-errors-for this.password}} />
<ValidationError @validatable={{this}} @property="password" />
{{else if (gt this.password.length 0)}}
<span
class="password-strength {{concat 'strength-' this.passwordStrengthScore}}"
Expand Down

0 comments on commit 5290c6c

Please sign in to comment.