severo HF staff commited on
Commit
1414529
·
verified ·
1 Parent(s): 159158c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -25,7 +25,7 @@
25
  <script type="module">
26
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
27
  console.log(window.huggingface)
28
- console.log(await oauthLoginUrl({scopes: window.huggingface.variables.OAUTH_SCOPES})) + "&prompt=consent")
29
  </script>
30
  </body>
31
  </html>
 
25
  <script type="module">
26
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
27
  console.log(window.huggingface)
28
+ console.log((await oauthLoginUrl({scopes: window.huggingface.variables.OAUTH_SCOPES})) + "&prompt=consent")
29
  </script>
30
  </body>
31
  </html>