Skip to content
Snippets Groups Projects
Commit 20a2c178 authored by Marie's avatar Marie
Browse files

merge: Add missing turnstile-response (!427)

View MR for information: !427



Approved-by: default avatarAmelia Yukii <amelia.yukii@shourai.de>
Approved-by: default avatarMarie <marie@kaifa.ch>
parents 7b7de4cd eedd8fd6
No related branches found
No related tags found
3 merge requests!449release 2024.3.1,!448Release 2023.3.1 - Codename #NotDeadYet,!427Add missing turnstile-response
Pipeline #215 passed with stages
in 15 minutes and 30 seconds
......@@ -265,6 +265,7 @@ async function onSubmit(): Promise<void> {
'hcaptcha-response': hCaptchaResponse.value,
'm-captcha-response': mCaptchaResponse.value,
'g-recaptcha-response': reCaptchaResponse.value,
'turnstile-response': turnstileResponse.value,
});
if (instance.emailRequiredForSignup) {
os.alert({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment