feat: add invitation code.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user