mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Fix JWT signature error for initial fetch request
This commit is contained in:
@@ -42,10 +42,14 @@
|
||||
</svelte:head>
|
||||
|
||||
<nav>
|
||||
<div class="logo-wrapper">
|
||||
{#if data.user}
|
||||
<div class="logo-wrapper">
|
||||
<img src="/favicon.svg" width="24" height="24" alt="" />
|
||||
<a href="/">archtika</a>
|
||||
</div>
|
||||
{:else}
|
||||
<img src="/favicon.svg" width="24" height="24" alt="" />
|
||||
<a href="/">archtika</a>
|
||||
</div>
|
||||
{/if}
|
||||
<ul class="link-wrapper unpadded">
|
||||
{#if data.user}
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user