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 @@ - +