add more logging

This commit is contained in:
Son NK 2020-04-15 21:34:22 +02:00
parent b4211dba78
commit c17ecba202
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ def setting():
return redirect(url_for("dashboard.setting"))
elif request.form.get("form-name") == "delete-account":
LOG.warning("Delete account %s", current_user)
User.delete(current_user.id)
db.session.commit()
flash("Your account has been deleted", "success")