diff --git a/front/src/components/auth/SignupForm.vue b/front/src/components/auth/SignupForm.vue index 86eb17b43..a193dcf32 100644 --- a/front/src/components/auth/SignupForm.vue +++ b/front/src/components/auth/SignupForm.vue @@ -202,7 +202,7 @@ fetchInstanceSettings() :key="idx" :class="[{required: field.required}, 'field']" > - // TODO: "as string" is probably leading to issues with editform. + // TODO: as string is probably leading to issues with editform.