From f4e7db678f848b2ac9ef65b0c6cea81dcb9c428e Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Tue, 28 Jul 2026 23:49:33 +0000 Subject: [PATCH] a --- Js/fonctions.js | 5 +++++ Vue/gabarit.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 6829f65..eb5f3ef 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -29222,11 +29222,16 @@ function ajax_envoyer_code_otp_sea() function ajax_verifier_code_otp_sea() { + otpValue = $("#otpValue").val(); + alert("otpValue => "+otpValue); + donnees = 'otpValue='+otpValue; + $("#infosacte").html('
' + '
'); $.ajax({ url: $("#racineWeb").val()+"Ajaxprixseancesea/confirmerotp/", type : 'post', + data: donnees, error: function(errorData) { }, success: function(data) { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index a56a694..bdfef63 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -885,7 +885,7 @@ - +