Skip to content

Commit

Permalink
Temporarily remove the invitation code input in the registration beca…
Browse files Browse the repository at this point in the history
…use the backend does not support it yet.
  • Loading branch information
WongSaang committed Apr 18, 2023
1 parent 1914092 commit 973338c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/account/signup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ const handleFieldUpdate = (field) => {
clearable
></v-text-field>

<v-text-field
v-model="formData.code"
:rules="formRules.code"
:label="$t('invitation code')"
variant="underlined"
@keyup.enter="submit"
clearable
></v-text-field>
<!-- <v-text-field-->
<!-- v-model="formData.code"-->
<!-- :rules="formRules.code"-->
<!-- :label="$t('invitation code')"-->
<!-- variant="underlined"-->
<!-- @keyup.enter="submit"-->
<!-- clearable-->
<!-- ></v-text-field>-->

</v-form>

Expand Down

0 comments on commit 973338c

Please sign in to comment.