We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa182b commit ec7699bCopy full SHA for ec7699b
1 file changed
contentcuration/contentcuration/frontend/accounts/pages/Create.vue
@@ -564,7 +564,8 @@
564
return isValid;
565
},
566
submit() {
567
- // acceptedAgreement must be checked explicitly here as it is not included in validateForm().
+ // acceptedAgreement must be checked explicitly
568
+ // here as it is not included in validateForm().
569
if (this.validateForm() && this.acceptedAgreement) {
570
// Prevent double submission
571
if (this.submitting) {
0 commit comments