feat: add invitation code.

This commit is contained in:
AI&I
2023-04-17 04:07:04 +08:00
parent b9ed2fd785
commit 04fa7394f6
3 changed files with 17 additions and 2 deletions

View File

@@ -36,7 +36,6 @@
:append-inner-icon="passwordInputType === 'password' ? 'visibility' : 'visibility_off'"
@click:append-inner="passwordInputType = passwordInputType === 'password' ? 'text' : 'password'"
></v-text-field>
</v-form>
<div v-if="errorMsg" class="text-red">{{ errorMsg }}</div>