Spaces:
Running
Running
Update index.html
Browse files- 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>
|