user displayed in navbar with option to logout

This commit is contained in:
2023-07-19 14:52:50 +02:00
parent 9b407430d0
commit bfdc12736c
11 changed files with 189 additions and 28 deletions

View File

@@ -34,7 +34,6 @@ h1{
{/each}
</MediaScroller>
{/each}
<p>{data.all_brief.length}</p>
{#if data.user && data.user.access.includes("rezepte")}
<AddButton></AddButton>
{/if}