mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	reCAPTCHAが動かなくなっているのを修正 (#6367)
This commit is contained in:
		
							parent
							
								
									4ce330c59e
								
							
						
					
					
						commit
						b2d3d43c97
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -183,7 +183,7 @@ export default Vue.extend({
 | 
				
			||||||
				password: this.password,
 | 
									password: this.password,
 | 
				
			||||||
				invitationCode: this.invitationCode,
 | 
									invitationCode: this.invitationCode,
 | 
				
			||||||
				'hcaptcha-response': this.hCaptchaResponse,
 | 
									'hcaptcha-response': this.hCaptchaResponse,
 | 
				
			||||||
				'g-recaptcha-response': this.meta.reCaptchaResponse,
 | 
									'g-recaptcha-response': this.reCaptchaResponse,
 | 
				
			||||||
			}).then(() => {
 | 
								}).then(() => {
 | 
				
			||||||
				this.$root.api('signin', {
 | 
									this.$root.api('signin', {
 | 
				
			||||||
					username: this.username,
 | 
										username: this.username,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue