a
This commit is contained in:
parent
f6bf0aa6ac
commit
3b1add5564
|
|
@ -208,7 +208,6 @@
|
|||
</head>
|
||||
<body class='bg-light'>
|
||||
<div class='error-container'>
|
||||
<input class='form-control' type='text' id='csrf_token' name='csrf_token' value='KANE LAZ'>
|
||||
<div class='error-card'>
|
||||
<div class='text-center mb-3'>
|
||||
<i class='bi bi-exclamation-triangle-fill text-danger' style='font-size: 3rem;'></i>
|
||||
|
|
@ -506,10 +505,12 @@
|
|||
<h3>Patient : <?= $beneficiaire ?> </h3>
|
||||
|
||||
<h3>Compteur : <?= "$attempts tentative(s) sur $maxAttempts" ?> </h3>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<!-- <input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>"> -->
|
||||
<input class='form-control' type='text' id='csrf_token' name='csrf_token' value="<?= htmlspecialchars($token) ?>">
|
||||
|
||||
<!-- Étape 1: Chargement -->
|
||||
<div id="step-loading" class="step active">
|
||||
<div class="loader"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user