Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NginxProxyManager/nginx-proxy-manager
/ clear
Method
clear
frontend/src/modules/AuthStore.ts:86–88 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
}
85
86
clear() {
87
localStorage.removeItem(TOKEN_KEY);
88
}
89
90
count() {
91
return
this.tokens.length;
Callers
3
loginAs
Function · 0.80
logout
Function · 0.80
processResponse
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected