a
This commit is contained in:
parent
7127efed0c
commit
8b58d22206
|
|
@ -708,14 +708,15 @@
|
|||
function verifyPhoto() {
|
||||
showStep('step-verifying');
|
||||
|
||||
const base64Only = capturedImage.split(',')[1];
|
||||
|
||||
/*
|
||||
alert("capturedImage => "+capturedImage);
|
||||
|
||||
const base64Only = capturedImage.split(',')[1];
|
||||
|
||||
alert("base64Only => "+base64Only);
|
||||
*/
|
||||
|
||||
|
||||
$.ajax({
|
||||
url: '/Contestation/verify_facial_api.php',
|
||||
method: 'POST',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user