From 28716924c9c571db5472256528723592a127e09e Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Thu, 28 Nov 2024 23:36:42 +0800 Subject: [PATCH] Update dashboard.py --- src/dashboard.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dashboard.py b/src/dashboard.py index cd41d05..c781da4 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -1636,7 +1636,6 @@ def auth_req(): and "sharePeer/get" not in request.path and "isTotpEnabled" not in request.path and "locale" not in request.path - and "systemStatus" not in request.path ): response = Flask.make_response(app, { "status": False,