Skip to content

Commit 0851294

Browse files
authored
Update account.html
1 parent efb4011 commit 0851294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/account.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
function registerScratchAuth() {
143143
const messageBox = document.getElementById("scratchMessage");
144144
const redirectLocation = encodeURIComponent(window.location.href);
145-
const authUrl = `https://scratchauth-codinghut.onrender.com`;
145+
const authUrl = `https://scratchauth-codinghut.onrender.com/auth`;
146146

147147
messageBox.style.color = "green";
148148
messageBox.textContent = "Redirecting to ScratchAuth... Follow the steps there.";

0 commit comments

Comments
 (0)