Commit
•
ac0e923
1
Parent(s):
ead90c9
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -55,7 +55,7 @@
|
|
55 |
} else {
|
56 |
document.getElementById("signin").style.removeProperty("display");
|
57 |
document.getElementById("signin").onclick = async function() {
|
58 |
-
window.location.href = await oauthLoginUrl();
|
59 |
}
|
60 |
}
|
61 |
</script>
|
|
|
55 |
} else {
|
56 |
document.getElementById("signin").style.removeProperty("display");
|
57 |
document.getElementById("signin").onclick = async function() {
|
58 |
+
window.location.href = await oauthLoginUrl({scopes: window.huggingface.variables.OAUTH_SCOPES});
|
59 |
}
|
60 |
}
|
61 |
</script>
|