feat(register): Implement created_via

This commit is contained in:
Nicolai Ort 2025-04-08 21:11:33 +02:00
parent be4b8df02b
commit cd8b98c624
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -42,7 +42,7 @@
lastname, lastname,
email: emailToSend, email: emailToSend,
group, group,
created created_via: 'kiosk'
})) as ResponseRunner; })) as ResponseRunner;
showResult = true; showResult = true;
setTimeout(() => { setTimeout(() => {