mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
wip: cloud
This commit is contained in:
parent
49629bb58e
commit
a6e09363b8
2 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue