This commit is contained in:
2025-04-12 12:26:02 +02:00
parent 97e4b7fe0a
commit 1a59cc4153
12 changed files with 98 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ def login():
user.password, password # type: ignore
):
login_user(user) # type: ignore
return redirect(url_for("staking.strikers"))
return redirect(url_for("application.dash"))
else:
feedback = "Foutieve login."