2022-11-23 03:06:56 +00:00
|
|
|
<template>
|
2022-12-21 14:10:37 +00:00
|
|
|
<div p8 flex="~ col gap4" hidden lg:block>
|
2022-12-17 16:55:29 +00:00
|
|
|
<p v-if="isMastoInitialised" text-sm>
|
2022-11-29 20:51:52 +00:00
|
|
|
Viewing <strong>{{ currentServer }}</strong> public data
|
|
|
|
</p>
|
|
|
|
<p text-sm text-secondary>
|
2022-11-29 10:55:28 +00:00
|
|
|
{{ $t('nav_user.sign_in_desc') }}
|
2022-11-29 20:51:52 +00:00
|
|
|
</p>
|
2022-11-23 13:15:33 +00:00
|
|
|
<button class="btn-solid text-center" @click="openSigninDialog()">
|
2022-11-29 10:55:28 +00:00
|
|
|
{{ $t('action.sign_in') }}
|
2022-11-23 08:58:07 +00:00
|
|
|
</button>
|
2022-11-23 03:06:56 +00:00
|
|
|
</div>
|
|
|
|
</template>
|