mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-22 18:04:44 +00:00
fix(api): add missing break in CORS switch block causing save to hang (#6926)
This commit is contained in:
parent
ef010aa39c
commit
f8eed8c786
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue