mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ♻️ Rewrite registration UI
This commit is contained in:
parent
fc6b44d237
commit
fef4fa1e30
8 changed files with 221 additions and 25 deletions
|
|
@ -54,8 +54,8 @@
|
|||
<InputsLabel for="identifier">Username or Email</InputsLabel>
|
||||
<InputsError v-if="errorMessage">{{ errorMessage }}</InputsError>
|
||||
</InputsLabelAndError>
|
||||
<InputsText id="identifier" placeholder="joemama" autocomplete="email" required v-bind="field"
|
||||
:is-invalid="!!errorMessage" />
|
||||
<InputsText id="identifier" placeholder="joemama" autocomplete="email username" required
|
||||
v-bind="field" :is-invalid="!!errorMessage" />
|
||||
</InputsField>
|
||||
</VeeField>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue