wip: cloud
parent
49629bb58e
commit
a6e09363b8
|
|
@ -20,4 +20,6 @@ export default createHandler(() => (
|
|||
</html>
|
||||
)}
|
||||
/>
|
||||
))
|
||||
), {
|
||||
mode: "async",
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue