Update dashboard.py

This commit is contained in:
Donald Zou 2024-11-28 23:36:42 +08:00
parent b597f90f5b
commit 28716924c9

View File

@ -1636,7 +1636,6 @@ def auth_req():
and "sharePeer/get" not in request.path and "sharePeer/get" not in request.path
and "isTotpEnabled" not in request.path and "isTotpEnabled" not in request.path
and "locale" not in request.path and "locale" not in request.path
and "systemStatus" not in request.path
): ):
response = Flask.make_response(app, { response = Flask.make_response(app, {
"status": False, "status": False,