Skip to content

Commit 6838cfc

Browse files
committed
Merge branch 'develop'
2 parents 76ac335 + 0a6f59a commit 6838cfc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

layouts/hub-billing/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

layouts/hub-managed/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)