1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-12 17:36:01 +00:00

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

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;