silverbullet/plugs/editor/account.ts

6 lines
146 B
TypeScript
Raw Normal View History

2023-08-28 23:12:15 +08:00
import { editor } from "$sb/syscalls.ts";
export async function accountLogoutCommand() {
await editor.openUrl("/.client/logout.html", true);
}