chore(routes/auth.py): make login fail message more ambigiuous
This commit is contained in:
@@ -29,7 +29,7 @@ def login() -> Response | str:
|
||||
else:
|
||||
return flask.render_template(
|
||||
"login.html",
|
||||
error="Invalid password. Please try again.",
|
||||
error="Invalid credentials.",
|
||||
)
|
||||
return flask.render_template("login.html")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user