Skip to content

Commit a5e9da1

Browse files
authored
Update account.html
1 parent d482a36 commit a5e9da1

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 = `auth.html`;
145+
const authUrl = `https://auth.itinerary.eu.org/auth?redirect=${redirectLocation}&name=Scratch%20Coding%20Hut&sign_in_method=cloud`;
146146

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

0 commit comments

Comments
 (0)