File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ prototype(Sitegeist.FusionForm.FriendlyCaptcha:Captcha) < prototype(Neos.Fusion.
3
3
[email protected] = ${value ? value : Configuration.setting('Sitegeist.FusionForm.FriendlyCaptcha.siteKey')}
4
4
renderer = afx`
5
5
<input type="hidden" id={field.getName()} name={field.getName()} value="" />
6
- <div data-start="focus" class="frc-captcha" data-solution-field-name={field.getName()} data-sitekey={props.captchaSiteKey} data-puzzle-endpoint="https://api.friendlycaptcha.com/api/v1/puzzle"></div>
6
+ <div data-start="focus" class="frc-captcha" data-lang={node.context.targetDimensions.language} data- solution-field-name={field.getName()} data-sitekey={props.captchaSiteKey} data-puzzle-endpoint="https://api.friendlycaptcha.com/api/v1/puzzle"></div>
7
7
`
8
8
}
You can’t perform that action at this time.
0 commit comments