user displayed in navbar with option to logout

This commit is contained in:
2023-07-19 14:52:50 +02:00
parent 8f045d7111
commit 2b0c954aa5
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}