Improve client

This commit is contained in:
syuilo
2021-04-17 14:06:32 +09:00
parent c27c3817a9
commit 61461b7f59
6 changed files with 87 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
</FormKeyValueView>
<FormKeyValueView>
<template #key>Shared Inbox</template>
<template #value><span class="_monospace">{{ ap.sharedInbox }}</span></template>
<template #value><span class="_monospace">{{ ap.sharedInbox || ap.endpoints.sharedInbox }}</span></template>
</FormKeyValueView>
<FormKeyValueView>
<template #key>Outbox</template>