This commit is contained in:
KANE LAZENI 2026-02-25 09:12:19 +00:00
parent 1be24f441e
commit cfdd0478f1

View File

@ -242,7 +242,7 @@
</td>
<td>
<?php if (in_array($etatDemanderecFac, ["-1", "3", "4", "5"] , true)) : ?>
<?php if ($face_confirmee!="1" && in_array($etatDemanderecFac, ["-1", "3", "4", "5"] , true)) : ?>
<button style='font-size:15pt; width:100%; font-weight:bold;' type="button" class="btn btn-info" onClick="javascript:init_demande_reconnaissance_faciale();">
<i class="fa fa-mobile" aria-hidden="true"></i> &nbsp; &nbsp; <?= _("ENVOYER UNE DEMANDE POUR AUTHENTIFICATION") ?>
</button>