This commit is contained in:
KANE LAZENI 2026-04-23 18:41:57 +00:00
parent 1c22c48937
commit abc3a64769

View File

@ -260,9 +260,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
break;
case 'verify_face':
echo "On peut maintenant continuer";
exit;
$token = $input['token'] ?? null;
$image = $input['image'] ?? null;