MCPcopy
hub / github.com/chartbrew/chartbrew / removeAuthToken

Function removeAuthToken

client/src/modules/auth.js:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11}
12
13export function removeAuthToken() {
14 cookie.remove(tokenKey, { path: "/" });
15 return "done";
16}

Callers 1

redirectUserFunction · 0.90

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected