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 1531a69 commit bcbf1a1Copy full SHA for bcbf1a1
ScratchAuth.py
@@ -23,8 +23,8 @@ def home():
23
@app.get("/auth")
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")
27
- else:q
+ return redirect(f"https://auth.itinerary.eu.org/auth/?redirect={base64('https://scratch-coding-hut.github.io/account.html')}&name=Scratch%20Coding%20Hut")
+ else:
28
return render_template("auth.html", username=session["username"])
29
30
@app.get("/authenticate")
0 commit comments