Skip to content

Commit 5e2de22

Browse files
authored
Update ScratchAuth.py
1 parent c012ea7 commit 5e2de22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ScratchAuth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def base64(string):
2020
def home():
2121
return render_template("account.html")
2222

23-
@app.get("/auth")
23+
@app.get("/account.html")
2424
def auth():
2525
if "username" not in session:
2626
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

Comments
 (0)