Skip to content

Commit 0f79b4c

Browse files
committed
Merge branch 'develop'
2 parents 6838cfc + 3160489 commit 0f79b4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/staging/params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# API
22
apiBaseUrl: https://api.staging.cryptomator.org
33
legacyApiUrl: https://api.staging.cryptomator.org
4-
legacyStoreUrl: https://store.staging.cryptomator.org
4+
legacyStoreUrl: https://store.staging.cryptomator.org/api
55

66
# UMAMI
77
umamiWebsiteId: 57a36f3a-bd97-4d8a-9563-0e8d39ddb20c

layouts/hub-billing/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h3 class="font-headline text-xl md:text-2xl leading-relaxed mb-4">
4343
{{ i18n "hub_billing_createsession_submit" . }}
4444
</button>
4545
{{ $captchaUrl := printf "%s/connect/contact/challenge" .Site.Params.apiBaseUrl }}
46-
{{ partial "captcha.html" (dict "captchaPayload" "subscriptionData.captcha" "captchaState" "captchaState") }}
46+
{{ partial "captcha.html" (dict "challengeUrl" $captchaUrl "captchaPayload" "subscriptionData.captcha" "captchaState" "captchaState") }}
4747
<p :class="{'hidden': !subscriptionData.errorMessage}" class="text-sm text-red-600 mt-2" x-text="subscriptionData.errorMessage"></p>
4848
</div>
4949
</template>

layouts/hub-managed/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ <h2 class="font-h2 mb-6">
188188
{{ i18n "hub_managed_step_4_submit" }}
189189
</button>
190190
{{ $captchaUrl := printf "%s/connect/contact/challenge" .Site.Params.apiBaseUrl }}
191-
{{ partial "captcha.html" (dict "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
191+
{{ partial "captcha.html" (dict "challengeUrl" $captchaUrl "captchaPayload" "submitData.captcha" "captchaState" "captchaState") }}
192192
</div>
193193
</div>
194194
</div>

0 commit comments

Comments
 (0)