This commit is contained in:
Donald Zou
2025-08-09 16:46:31 +08:00
parent aaca74874d
commit 37e2985b9a
56 changed files with 144 additions and 121 deletions

View File

@@ -1221,7 +1221,6 @@ def API_OIDC_Toggle():
data = request.args
if not data.get('mode'):
return ResponseObject(False, "Please provide mode")
mode = data.get('mode')
if mode == 'Client':
DashboardConfig.SetConfig("OIDC", "client_enable",