coyotte508 HF staff commited on
Commit
96eeb83
·
verified ·
1 Parent(s): f8a838e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -29,7 +29,7 @@
29
  <script type="module">
30
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
31
 
32
- const oauthResult = localStorage.get("oauth") || await oauthHandleRedirectIfPresent();
33
 
34
  if (oauthResult) {
35
  document.querySelector("pre").textContent = JSON.stringify(oauthResult, null, 2);
 
29
  <script type="module">
30
  import { oauthLoginUrl, oauthHandleRedirectIfPresent } from "@huggingface/hub";
31
 
32
+ const oauthResult = localStorage.getItem("oauth") || await oauthHandleRedirectIfPresent();
33
 
34
  if (oauthResult) {
35
  document.querySelector("pre").textContent = JSON.stringify(oauthResult, null, 2);