coyotte508 HF staff commited on
Commit
9507816
1 Parent(s): b7cde5b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -35,7 +35,7 @@
35
  } else {
36
  document.getElementById("signin").style.removeProperty("display");
37
  document.getElementById("signin").onclick = async function() {
38
- window.location.href = await oauthLoginUrl({clientId: "8f1a1d63-479b-46c8-84cb-521fe9f3222f", hubUrl: "http://localhost:5564", scopes: "openid profile read-repos"});
39
  }
40
  }
41
  </script>
 
35
  } else {
36
  document.getElementById("signin").style.removeProperty("display");
37
  document.getElementById("signin").onclick = async function() {
38
+ window.location.href = (await oauthLoginUrl({clientId: "8f1a1d63-479b-46c8-84cb-521fe9f3222f", hubUrl: "http://localhost:5564", scopes: "openid profile read-repos"})) + "&prompt=login";
39
  }
40
  }
41
  </script>