diff --git a/Vue/Prestations/index.php b/Vue/Prestations/index.php index 24680c75..6199a4ff 100755 --- a/Vue/Prestations/index.php +++ b/Vue/Prestations/index.php @@ -34,6 +34,14 @@ $imgData = $_SESSION['photoAssureCrypte']; $carteAvecDonnees = $_SESSION['carteAvecDonnees']; + + var_dump( + array( + "faceRegistered" => $faceRegistered, + "faceActif" => $faceActif, + ) + ); + ?>