MCPcopy Index your code
hub / github.com/pythonstock/stock / removeToken

Function removeToken

frontend/src/utils/auth.js:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export function removeToken() {
14 return Cookies.remove(TokenKey)
15}

Callers 2

logoutFunction · 0.90
resetTokenFunction · 0.90

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected