Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cors-gmbh/friendly-captcha-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Feb 24, 2023
2 parents dd0305f + a66bf61 commit ca0e29d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Type/FriendlyCaptchaType.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getParent()
public function buildView(FormView $view, FormInterface $form, array $options)
{
$fcValues = array_filter([
'puzzle-puzzle-endpoint' => $this->endpoint,
'puzzle-endpoint' => $this->endpoint,
'lang' => $options['lang'] ?? null,
'start' => $options['start'] ?? null,
'callback' => $options['callback'] ?? null,
Expand Down

0 comments on commit ca0e29d

Please sign in to comment.