1
0
silverbullet/plugs/core/account.ts

6 lines
162 B
TypeScript
Raw Normal View History

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