mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update signup.vue
This commit is contained in:
		
							parent
							
								
									9a611b24f3
								
							
						
					
					
						commit
						ca6a70e555
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -105,6 +105,7 @@ export default Vue.extend({
 | 
				
			||||||
			return this.submitting ||
 | 
								return this.submitting ||
 | 
				
			||||||
				this.meta.tosUrl && !this.ToSAgreement ||
 | 
									this.meta.tosUrl && !this.ToSAgreement ||
 | 
				
			||||||
				this.meta.enableHcaptcha && !this.hCaptchaResponse ||
 | 
									this.meta.enableHcaptcha && !this.hCaptchaResponse ||
 | 
				
			||||||
 | 
									this.meta.enableRecaptcha && !this.reCaptchaResponse ||
 | 
				
			||||||
				this.passwordRetypeState == 'not-match';
 | 
									this.passwordRetypeState == 'not-match';
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue