mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-11-28 23:08:12 +09:00
move button outside form
This commit is contained in:
parent
c66fc49967
commit
fb991fc12a
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user