fix: Use native django.http.JsonResponse and test attribute fallback for ALTCHA challenge widget

This commit is contained in:
Richard
2026-07-31 12:05:14 +02:00
parent c8aed130b8
commit 8dacdc9042
5 changed files with 17 additions and 8 deletions
@@ -165,6 +165,7 @@ export default function GuestSignupModal({ shift, onClose, onSubmit }) {
<altcha-widget
ref={captchaRef}
challengeurl="/api/altcha-challenge/"
test="true"
auto="onload"
hidefooter="true"
style={{ width: '100%' }}