MCPcopy
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

loginAsFunction · 0.80
logoutFunction · 0.80
processResponseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected