fix(api): add missing break in CORS switch block causing save to hang (#6926)

This commit is contained in:
Khurram Malik 2025-12-09 11:54:20 +01:00 committed by GitHub
parent ef010aa39c
commit f8eed8c786
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1992,6 +1992,7 @@ if (isset($_GET['query'])) {
break;
case "cors":
process_edit_return(cors('edit', $attr));
break;
case "identity-provider":
process_edit_return(identity_provider('edit', $attr));
break;