mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 08:18:05 +09:00
Update signup.vue
This commit is contained in:
parent
5046f82c83
commit
4a526db6f2
@ -105,6 +105,7 @@ export default Vue.extend({
|
||||
return this.submitting ||
|
||||
this.meta.tosUrl && !this.ToSAgreement ||
|
||||
this.meta.enableHcaptcha && !this.hCaptchaResponse ||
|
||||
this.meta.enableRecaptcha && !this.reCaptchaResponse ||
|
||||
this.passwordRetypeState == 'not-match';
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user