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 5, 2024
Commit
33c55e3
·
1 Parent(s):
99353b3
Update index.js
Browse files
Files changed (1)
hide
show
index.js
+2
-0
index.js
CHANGED
Viewed
@@ -197,3 +197,5 @@ async function oauthLogin(opts) {
197
throw new Error("Redirected");
198
}
199
}
197
throw new Error("Redirected");
198
}
199
}
200
+
201
+
oauthLogin().then(console.log);