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