Skip to content

Commit de0750d

Browse files
authored
Update account.html
1 parent 5e2de22 commit de0750d

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
@@ -194,7 +194,7 @@
194194
function registerScratchAuth() {
195195
const messageBox = document.getElementById("scratchMessage");
196196
const redirectLocation = encodeURIComponent(window.location.href);
197-
const authUrl = `https://auth.itinerary.eu.org/auth/?redirect=${redirectLocation}&name=Coding%20Hut&sign_in_method=cloud`;
197+
const authUrl = `auth.html`;
198198

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

0 commit comments

Comments
 (0)