fix: Enforce JSONRenderer on AltchaChallengeView to return Content-Type application/json expected by ALTCHA widget

This commit is contained in:
Richard
2026-07-31 11:49:15 +02:00
parent 963473e698
commit 71542f8b88
5 changed files with 5 additions and 3 deletions
@@ -165,7 +165,6 @@ export default function GuestSignupModal({ shift, onClose, onSubmit }) {
<altcha-widget
ref={captchaRef}
challengeurl="/api/events/altcha-challenge/"
test="true"
auto="onload"
hidefooter="true"
style={{ width: '100%' }}