File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ <h3 class="font-headline text-xl md:text-2xl leading-relaxed mb-4">
4242 < i :class ="{'fa-paper-plane': !subscriptionData.inProgress, 'fa-spinner fa-spin': subscriptionData.inProgress} " class ="fa-solid " aria-hidden ="true "> </ i >
4343 {{ i18n "hub_billing_createsession_submit" . }}
4444 </ button >
45+ {{ $captchaUrl := printf "%s/connect/contact/challenge" .Site.Params.apiBaseUrl }}
4546 {{ partial "captcha.html" (dict "captchaPayload" "subscriptionData.captcha" "captchaState" "captchaState") }}
4647 < p :class ="{'hidden': !subscriptionData.errorMessage} " class ="text-sm text-red-600 mt-2 " x-text ="subscriptionData.errorMessage "> </ p >
4748 </ div >
Original file line number Diff line number Diff line change @@ -187,6 +187,7 @@ <h2 class="font-h2 mb-6">
187187 < i :class ="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress} " class ="fa-solid " aria-hidden ="true "> </ i >
188188 {{ i18n "hub_managed_step_4_submit" }}
189189 </ button >
190+ {{ $captchaUrl := printf "%s/connect/contact/challenge" .Site.Params.apiBaseUrl }}
190191 {{ partial "captcha.html" (dict "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
191192 </ div >
192193 </ div >
You can’t perform that action at this time.
0 commit comments