mirror of
https://github.com/StefBuwalda/WebTech.git
synced 2025-10-30 19:29:58 +00:00
123123123
This commit is contained in:
@@ -25,7 +25,7 @@ def login():
|
||||
user.password, password # type: ignore
|
||||
):
|
||||
login_user(user) # type: ignore
|
||||
return redirect(url_for("application.dash"))
|
||||
return redirect("/")
|
||||
else:
|
||||
feedback = "Foutieve login."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user