2022-11-23 11:06:56 +08: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 21:15:33 +08:00
|
|
|
<button class="btn-solid text-center" @click="openSigninDialog()">
|
2022-11-23 11:06:56 +08:00
|
|
|
Sign in
|
2022-11-23 16:58:07 +08:00
|
|
|
</button>
|
2022-11-23 11:06:56 +08:00
|
|
|
</div>
|
|
|
|
</template>
|