diff --git a/nuxt-frontend/components/CTA/CTA2.vue b/nuxt-frontend/components/CTA/CTA2.vue index 26865cf04..4047ed64e 100644 --- a/nuxt-frontend/components/CTA/CTA2.vue +++ b/nuxt-frontend/components/CTA/CTA2.vue @@ -41,8 +41,8 @@ autoComplete="given-username" placeholder=" " @input=" - showNameValidationError = - $event.target.value.trim().length === 0 + (showNameValidationError = + $event.target.value.trim().length === 0) " />