Skip to content

Commit ca0e29d

Browse files
committed
Merge branch 'main' of github.com:cors-gmbh/friendly-captcha-bundle
2 parents dd0305f + a66bf61 commit ca0e29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Type/FriendlyCaptchaType.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function getParent()
2929
public function buildView(FormView $view, FormInterface $form, array $options)
3030
{
3131
$fcValues = array_filter([
32-
'puzzle-puzzle-endpoint' => $this->endpoint,
32+
'puzzle-endpoint' => $this->endpoint,
3333
'lang' => $options['lang'] ?? null,
3434
'start' => $options['start'] ?? null,
3535
'callback' => $options['callback'] ?? null,

0 commit comments

Comments
 (0)