move button outside form

This commit is contained in:
ThatOneCalculator 2023-05-04 10:20:27 -07:00
parent 096140b400
commit d4e048999d
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 6 additions and 6 deletions

View File

@ -1,15 +1,15 @@
<template>
<p>{{ i18n.ts.signupsDisabled }}</p>
<a href="https://calckey.org/join">
<MkButton rounded gradate
>{{ i18n.ts.findOtherInstance }}
</MkButton>
</a>
<form
class="qlvuhzng _formRoot"
autocomplete="new-password"
@submit.prevent="onSubmit"
>
<p>{{ i18n.ts.signupsDisabled }}</p>
<a href="https://calckey.org/join">
<MkButton rounded gradate
>{{ i18n.ts.findOtherInstance }}
</MkButton>
</a>
<MkInput
v-if="instance.disableRegistration"
v-model="invitationCode"