This commit is contained in:
buua436 2025-12-10 17:27:09 +08:00
parent 6a756dadc5
commit c9f06bf555

View file

@ -176,7 +176,7 @@ def login_verify(f):
"message": "Access denied",
"data": None
}), 200
except Exception as e:
except Exception:
logging.exception("An error occurred during admin login verification.")
return jsonify({
"code": 500,