From 556361b704850446bb77f0909e5e905849bac315 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 13 May 2026 16:30:28 +0000 Subject: [PATCH] a --- Vue/Prestations/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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, + ) + ); + ?>