Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingfacejs
/
client-side-oauth
like
9
Running
App
Files
Files
Community
1
coyotte508
HF staff
commited on
Jan 11, 2024
Commit
bdbd521
·
verified
·
1 Parent(s):
c0277c1
Delete index.js
Browse files
Files changed (1)
hide
show
index.js
+0
-3
index.js
DELETED
Viewed
@@ -1,3 +0,0 @@
1
-
import { oauthLoginUrl } from "@huggingface/hub";
2
-
3
-
window.location.href = await oauthLoginUrl();