[Web] add missing break

This commit is contained in:
FreddleSpl0it 2023-08-08 10:51:09 +02:00
parent d9b23cf3b0
commit e349950c53
No known key found for this signature in database
GPG Key ID: 00E14E7634F4BEC5
1 changed files with 1 additions and 0 deletions

View File

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