certificates: remove client_id post from edit certificate modal as it should get the client_id in post, enforceClientAccess

This commit is contained in:
johnnyq
2026-03-06 16:53:20 -05:00
parent a252ff717e
commit 7563148182
3 changed files with 20 additions and 3 deletions

View File

@@ -9,4 +9,3 @@ $expire = sanitizeInput($_POST['expire']);
$public_key = sanitizeInput($_POST['public_key']);
$notes = sanitizeInput($_POST['notes']);
$domain_id = intval($_POST['domain_id'] ?? 0);
$client_id = intval($_POST['client_id']);