Small improvements

This commit is contained in:
2026-04-30 20:30:00 +02:00
parent 4a97cf230b
commit b91af2e889
7 changed files with 40 additions and 10 deletions

View File

@@ -97,7 +97,8 @@ class SignupController extends CommonController {
);
$signupRequest = new SignUpRequest(
$event,$registrationData['userId'],
$event,
$registrationData['userId'] ?? null,
$registrationData['vorname'],
$registrationData['nachname'],
$registrationData['pfadiname'],