fix: Register /api/altcha-challenge/ route and return real display_name for own guest session signups

This commit is contained in:
Richard
2026-07-31 12:01:36 +02:00
parent 26eaa637a7
commit c8aed130b8
8 changed files with 46 additions and 19 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ export default function GuestSignupModal({ shift, onClose, onSubmit }) {
<div className="border border-slate-700 rounded-lg p-3 bg-slate-950/80 flex flex-col items-center justify-center min-h-[90px] gap-2">
<altcha-widget
ref={captchaRef}
challengeurl="/api/events/altcha-challenge/"
challengeurl="/api/altcha-challenge/"
auto="onload"
hidefooter="true"
style={{ width: '100%' }}