Skip to content

Commit bcbf1a1

Browse files
authored
Update ScratchAuth.py
1 parent 1531a69 commit bcbf1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScratchAuth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ def home():
2323
@app.get("/auth")
2424
def auth():
2525
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
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:
2828
return render_template("auth.html", username=session["username"])
2929

3030
@app.get("/authenticate")

0 commit comments

Comments
 (0)