mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-14 19:43:55 +00:00
fix(#7): remove redundant call to historic getUser function
This commit is contained in:
@@ -135,13 +135,13 @@
|
|||||||
<a href="/profile"> Profile </a>
|
<a href="/profile"> Profile </a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="/settings">Settings</a></li>
|
<li><a href="/settings">Settings</a></li>
|
||||||
<li><SignOut {supabase} on:signedOut={getUser} /></li>
|
<li><SignOut {supabase} /></li>
|
||||||
</ul>
|
</ul>
|
||||||
{:else}
|
{:else}
|
||||||
<div
|
<div
|
||||||
class="mt-3 z-[1] p-2 shadow menu menu-sm dropdown-content bg-base-100 text-base-content rounded-box min-w-[13rem] w-auto"
|
class="mt-3 z-[1] p-2 shadow menu menu-sm dropdown-content bg-base-100 text-base-content rounded-box min-w-[13rem] w-auto"
|
||||||
>
|
>
|
||||||
<SignIn {supabase} on:signedIn={getUser} />
|
<SignIn {supabase} />
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user