Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/amplication/sample-app
/ removeCredentials
Function
removeCredentials
apps/ecommerce-admin/src/auth.ts:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
export
function
removeCredentials(): void {
33
localStorage.removeItem(CREDENTIALS_LOCAL_STORAGE_ITEM);
34
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected