Skip to content

Commit

Permalink
fix log in login()
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Feb 3, 2025
1 parent a21f3fa commit c5ebf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whois/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def login(self):
return redirect(url_for("devices"))
else:
self.logger.info(
f"Failed to log in: username={request.form["username"]}"
f'Failed to log in: username={request.form["username"]}'
)
flash("Invalid credentials", "error")

Expand Down

0 comments on commit c5ebf62

Please sign in to comment.