wip: cloud

This commit is contained in:
Dax Raad
2025-09-01 11:47:46 -04:00
parent 49629bb58e
commit a6e09363b8
2 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,6 @@ export default createHandler(() => (
</html>
)}
/>
))
), {
mode: "async",
})

View File

@@ -42,9 +42,7 @@ export default function WorkspaceLayout(props: RouteSectionProps) {
</a>
</div>
<div data-slot="header-actions">
{userInfo() &&
<span>{userInfo()!.user.email}</span>
}
<span>{userInfo()?.user.email}</span>
<form action={logout} method="post">
<button type="submit" formaction={logout}>Logout</button>
</form>