deploy #1

Merged
smueller merged 30 commits from deploy into main 2026-07-24 08:41:09 +00:00
3 changed files with 0 additions and 5 deletions
Showing only changes of commit 3af989a83b - Show all commits

View File

@@ -135,9 +135,6 @@ export function VerificationForm({
))}
</SelectContent>
</Select>
<p className="text-xs text-muted-foreground">
{t('modulePages.verification.captchaProviderHint')}
</p>
</div>
</FieldAnchor>
) : null}

View File

@@ -478,7 +478,6 @@
"CAPTCHA": "Captcha (WebUI)"
},
"captchaProvider": "Captcha-Anbieter",
"captchaProviderHint": "Anbieter mit fehlenden .env-Keys erscheinen nicht in der Liste. Google-Keys: RECAPTCHA_SITE_KEY / RECAPTCHA_SECRET_KEY.",
"captchaProviders": {
"MATH": "Mathe-Aufgabe",
"RECAPTCHA_V2": "Google reCAPTCHA v2",

View File

@@ -478,7 +478,6 @@
"CAPTCHA": "Captcha (WebUI)"
},
"captchaProvider": "Captcha provider",
"captchaProviderHint": "Providers without .env keys are hidden. Google keys: RECAPTCHA_SITE_KEY / RECAPTCHA_SECRET_KEY.",
"captchaProviders": {
"MATH": "Math challenge",
"RECAPTCHA_V2": "Google reCAPTCHA v2",