1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

appstore: forgot to remove some debug print statement

This commit is contained in:
Alexandre Aubin 2023-09-19 17:07:12 +02:00
parent 9029e4cbb2
commit ebc0f34c12

View file

@ -193,8 +193,6 @@ def add_to_wishlist():
)
csrf_token = request.form["csrf_token"]
print(csrf_token)
print(session.get("csrf_token"))
if csrf_token != session.get("csrf_token"):
errormsg = _("Invalid CSRF token, please refresh the form and try again")