update
This commit is contained in:
parent
6a756dadc5
commit
c9f06bf555
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue