Skip to content

Commit

Permalink
feat(app): add error to captcha
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKoza343 committed Jul 2, 2024
1 parent 7d0ca6b commit 4ff182a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export function SendResetLinkWorkerSuccessPage() {
values={{ email }}
/>
</Typography>
<FormCaptcha name="h_captcha_token" />
<FormCaptcha error={error} name="h_captcha_token" />
<Button
disabled={!email}
fullWidth
Expand Down

0 comments on commit 4ff182a

Please sign in to comment.