Fixed auth

This commit is contained in:
2025-02-25 10:34:55 -06:00
parent 103037de96
commit 1b7904afbd
7 changed files with 23 additions and 20 deletions

View File

@ -1,7 +1,6 @@
---
import Layout from "../layouts/Layout.astro";
import SignIn from "../components/SignIn.tsx";
import SignOut from "../components/SignOut.tsx";
---
<Layout title="Welcome">
@ -75,10 +74,6 @@ import SignOut from "../components/SignOut.tsx";
</a>
</div>
</div>
<div class="text-center mt-4">
<SignOut client:load />
</div>
</div>
</div>
</Layout>