2022-11-23 03:06:56 +00:00
|
|
|
<template>
|
|
|
|
<div p8 flex="~ col gap4">
|
2022-11-26 20:41:18 +00:00
|
|
|
<div text-sm text-secondary>
|
2022-11-23 03:06:56 +00:00
|
|
|
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 13:15:33 +00:00
|
|
|
<button class="btn-solid text-center" @click="openSigninDialog()">
|
2022-11-23 03:06:56 +00:00
|
|
|
Sign in
|
2022-11-23 08:58:07 +00:00
|
|
|
</button>
|
2022-11-23 03:06:56 +00:00
|
|
|
</div>
|
|
|
|
</template>
|