Yeet expo page

Fix score uploading
This commit is contained in:
Michał Gdula 2023-06-21 00:50:36 +03:00
parent 85a329ad6d
commit a93a8cf04d
40 changed files with 109 additions and 1247 deletions

View file

@ -82,7 +82,7 @@ def login():
if error:
for err in error:
flash(err, "error")
return redirect(url_for("auth.account"))
return redirect(url_for("views.account"))
login_user(user, remember=True)
flash("Successfully logged in!", "success")