We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb4011 commit 0851294Copy full SHA for 0851294
src/account.html
@@ -142,7 +142,7 @@
142
function registerScratchAuth() {
143
const messageBox = document.getElementById("scratchMessage");
144
const redirectLocation = encodeURIComponent(window.location.href);
145
- const authUrl = `https://scratchauth-codinghut.onrender.com`;
+ const authUrl = `https://scratchauth-codinghut.onrender.com/auth`;
146
147
messageBox.style.color = "green";
148
messageBox.textContent = "Redirecting to ScratchAuth... Follow the steps there.";
0 commit comments