This commit is contained in:
Donald Zou
2025-08-09 16:46:31 +08:00
parent 9aaa1edad6
commit e551c499db
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",