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 d482a36 commit a5e9da1Copy full SHA for a5e9da1
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 = `auth.html`;
+ const authUrl = `https://auth.itinerary.eu.org/auth?redirect=${redirectLocation}&name=Scratch%20Coding%20Hut&sign_in_method=cloud`;
146
147
messageBox.style.color = "green";
148
messageBox.textContent = "Redirecting to ScratchAuth... Follow the steps there.";
0 commit comments