File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# API
22apiBaseUrl : https://api.staging.cryptomator.org
33legacyApiUrl : https://api.staging.cryptomator.org
4- legacyStoreUrl : https://store.staging.cryptomator.org
4+ legacyStoreUrl : https://store.staging.cryptomator.org/api
55
66# UMAMI
77umamiWebsiteId : 57a36f3a-bd97-4d8a-9563-0e8d39ddb20c
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments