Skip to content

Commit 361fecf

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent ec7699b commit 361fecf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contentcuration/contentcuration/frontend/accounts/pages

contentcuration/contentcuration/frontend/accounts/pages/Create.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
return isValid;
565565
},
566566
submit() {
567-
// acceptedAgreement must be checked explicitly
567+
// acceptedAgreement must be checked explicitly
568568
// here as it is not included in validateForm().
569569
if (this.validateForm() && this.acceptedAgreement) {
570570
// Prevent double submission

0 commit comments

Comments
 (0)