This commit is contained in:
KANE LAZENI 2026-02-24 02:23:44 +00:00
parent 7127efed0c
commit 8b58d22206

View File

@ -708,14 +708,15 @@
function verifyPhoto() { function verifyPhoto() {
showStep('step-verifying'); showStep('step-verifying');
const base64Only = capturedImage.split(',')[1];
/* /*
alert("capturedImage => "+capturedImage); alert("capturedImage => "+capturedImage);
const base64Only = capturedImage.split(',')[1];
alert("base64Only => "+base64Only); alert("base64Only => "+base64Only);
*/ */
$.ajax({ $.ajax({
url: '/Contestation/verify_facial_api.php', url: '/Contestation/verify_facial_api.php',
method: 'POST', method: 'POST',