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 5e2de22 commit de0750dCopy full SHA for de0750d
src/account.html
@@ -194,7 +194,7 @@
194
function registerScratchAuth() {
195
const messageBox = document.getElementById("scratchMessage");
196
const redirectLocation = encodeURIComponent(window.location.href);
197
- const authUrl = `https://auth.itinerary.eu.org/auth/?redirect=${redirectLocation}&name=Coding%20Hut&sign_in_method=cloud`;
+ const authUrl = `auth.html`;
198
199
messageBox.style.color = "green";
200
messageBox.textContent = "Redirecting to ScratchAuth... Follow the steps there.";
0 commit comments