Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YashMarmat/FullStack_Ecommerce_App
/ logoutHandler
Function
logoutHandler
frontend/src/components/Navbar.js:20–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
// logout
20
const
logoutHandler = () => {
21
dispatch(logout())
// action
22
history.push(
"/login"
)
23
window.location.reload()
24
}
25
26
return
(
27
<header>
Callers
nothing calls this directly
Calls
1
logout
Function · 0.90
Tested by
no test coverage detected