Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
T1ckbase
/
bolt.diy
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e5ed23c
bolt.diy
/
packages
/
bolt
/
app
/
lib
/
auth.ts
Roberto Vidal
feat: oauth-based login (#7)
7ebc805
unverified
about 1 year ago
raw
Copy download link
history
blame
114 Bytes
export
function
forgetAuth
(
) {
//
FIXME:
use dedicated method
localStorage
.
removeItem
(
'__wc_api_tokens__'
);
}