1
0
silverbullet/plugs/editor/account.ts

6 lines
146 B
TypeScript
Raw Normal View History

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