Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jacqueshuang
/
ng
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ng
/
frontend
/
src
/
constants
/
storage.ts
epii-1
222222
f0953a4
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
export
const
STORAGE_KEYS
= {
USERNAME
:
"saved_username"
,
PASSWORD
:
"saved_password"
,
TOKEN
:
"token"
,
}
as
const
;