This commit is contained in:
KANE LAZENI 2026-07-28 23:49:33 +00:00
parent 4bcb86bd0d
commit f4e7db678f
2 changed files with 6 additions and 1 deletions

View File

@ -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('<div style="text-align:center; color: #4caf50 ; font-size:14px;"><span><i class="fa fa-spinner fa-spin fa-5x" >' + '</span></div>');
$.ajax({
url: $("#racineWeb").val()+"Ajaxprixseancesea/confirmerotp/",
type : 'post',
data: donnees,
error: function(errorData) {
},
success: function(data) {

View File

@ -885,7 +885,7 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.css" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/toastr@2.1.4/build/toastr.min.js" crossorigin="anonymous"></script>
<script src="Js/fonctions.js?ver=2026.07.28.08"></script>
<script src="Js/fonctions.js?ver=2026.07.28.09"></script>
<script src="Bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.prod.js"></script>