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 c012ea7 commit 5e2de22Copy full SHA for 5e2de22
ScratchAuth.py
@@ -20,7 +20,7 @@ def base64(string):
20
def home():
21
return render_template("account.html")
22
23
-@app.get("/auth")
+@app.get("/account.html")
24
def auth():
25
if "username" not in session:
26
return redirect(f"https://auth.itinerary.eu.org/auth/?redirect={base64('https://scratch-coding-hut.github.io/account.html')}&name=Scratch%20Coding%20Hut")
0 commit comments