Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/community-plugins
/ handleSignOut
Function
handleSignOut
apps/cursor/src/components/mobile-menu.tsx:60–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}, [isOpen]);
59
60
const handleSignOut = async () => {
61
await supabase.auth.signOut();
62
setUser(null);
63
setIsOpen(false);
64
};
65
66
return (
67
<>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected