Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0010aor/FlashNotes
/ handleLogin
Function
handleLogin
frontend/src/components/commonUI/GuestModeNotice.tsx:12–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
const { logout } = useAuthContext()
11
12
const handleLogin = () => {
13
logout()
14
navigate({ to:
'/login'
})
15
}
16
17
return (
18
<HStack
Callers
nothing calls this directly
Calls
1
logout
Function · 0.85
Tested by
no test coverage detected