mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Add missing turnstile-response
This commit is contained in:
		
							parent
							
								
									7b7de4cdb3
								
							
						
					
					
						commit
						eedd8fd698
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -265,6 +265,7 @@ async function onSubmit(): Promise<void> {
 | 
				
			||||||
			'hcaptcha-response': hCaptchaResponse.value,
 | 
								'hcaptcha-response': hCaptchaResponse.value,
 | 
				
			||||||
			'm-captcha-response': mCaptchaResponse.value,
 | 
								'm-captcha-response': mCaptchaResponse.value,
 | 
				
			||||||
			'g-recaptcha-response': reCaptchaResponse.value,
 | 
								'g-recaptcha-response': reCaptchaResponse.value,
 | 
				
			||||||
 | 
								'turnstile-response': turnstileResponse.value,
 | 
				
			||||||
		});
 | 
							});
 | 
				
			||||||
		if (instance.emailRequiredForSignup) {
 | 
							if (instance.emailRequiredForSignup) {
 | 
				
			||||||
			os.alert({
 | 
								os.alert({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue