mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-06 19:51:15 +00:00
Update dashboard.py
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user