mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 21:23:08 +02:00
merge: Add missing turnstile-response (!427)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/427 Approved-by: Amelia Yukii <amelia.yukii@shourai.de> Approved-by: Marie <marie@kaifa.ch>
This commit is contained in:
commit
20a2c17882
1 changed files with 1 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue