1
0
silverbullet/plugs/editor/account.ts
2023-08-28 17:12:15 +02:00

6 lines
146 B
TypeScript

import { editor } from "$sb/syscalls.ts";
export async function accountLogoutCommand() {
await editor.openUrl("/.client/logout.html", true);
}