coyotte508 HF Staff commited on
Commit
64c6fa9
·
verified ·
1 Parent(s): 07008c4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -28,7 +28,7 @@
28
  <script type="module">
29
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
30
 
31
- const oauthResult = await oauthHandleRedirectIfPresent();
32
 
33
  if (oauthResult) {
34
  document.querySelector("pre").textContent = JSON.stringify(oauthResult, null, 2);
 
28
  <script type="module">
29
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
30
 
31
+ const oauthResult = await oauthHandleRedirectIfPresent({clientId: "8f1a1d63-479b-46c8-84cb-521fe9f3222f", hubUrl: "http://localhost:5175"});
32
 
33
  if (oauthResult) {
34
  document.querySelector("pre").textContent = JSON.stringify(oauthResult, null, 2);