This commit is contained in:
KONE SOREL 2026-01-13 12:45:46 +00:00
parent 32dfeead0e
commit 5c930f2151

View File

@ -568,7 +568,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
</div> </div>
<div class="modal-body text-center"> <div class="modal-body text-center">
<?php if ($_SESSION['faceRegistered_C'] == "1"): ?> <?php if ($_SESSION['faceRegistered_C'] == "1"): ?>
<img src="data:image/jpg;base64,<?= $imgData ?>" <img src="<?=$photoAssureCrypte?>"
class="img-fluid rounded" class="img-fluid rounded"
style="max-height: 70vh; max-width: 100%;" style="max-height: 70vh; max-width: 100%;"
alt="<?= _('Photo agrandie du bénéficiaire') ?>"> alt="<?= _('Photo agrandie du bénéficiaire') ?>">