2022-11-23 04:06:56 +01:00
|
|
|
<template>
|
|
|
|
<div p8 flex="~ col gap4">
|
|
|
|
<div text-sm op50>
|
|
|
|
Sign in to follow profiles or hashtags, favourite, share and reply to posts, or interact from your account on a different server.
|
|
|
|
</div>
|
2022-11-23 14:15:33 +01:00
|
|
|
<button class="btn-solid text-center" @click="openSigninDialog()">
|
2022-11-23 04:06:56 +01:00
|
|
|
Sign in
|
2022-11-23 09:58:07 +01:00
|
|
|
</button>
|
2022-11-23 04:06:56 +01:00
|
|
|
</div>
|
|
|
|
</template>
|