MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / signOut

Function signOut

apps/cloud/src/web/shell.tsx:28–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26];
27
28const signOut = async () => {
29 await fetch(AUTH_PATHS.logout, { method: "POST" });
30 trackEvent("signed_out");
31 window.location.href = "/";
32};
33
34export function Shell(props: { readonly content?: React.ReactNode }) {
35 return (

Callers

nothing calls this directly

Calls 2

trackEventFunction · 0.90
fetchFunction · 0.50

Tested by

no test coverage detected