wip: console

This commit is contained in:
Frank
2025-09-03 06:12:17 -04:00
parent 610ffbdd61
commit 4d2cc9d858

View File

@@ -32,7 +32,7 @@ const isLoggedIn = query(async () => {
}, "isLoggedIn")
export default function Home() {
const auth = createAsync(() => isLoggedIn(), {
const workspaceId = createAsync(() => isLoggedIn(), {
deferStream: true,
})
onMount(() => {
@@ -92,7 +92,7 @@ export default function Home() {
href="/auth"
target="_self"
>
{auth() ? "Dashboard" : "Sign in"}
Sign in
</a>
</section>