1
0
silverbullet/plugs/core/account.ts
2023-06-13 20:47:05 +02:00

6 lines
162 B
TypeScript

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