a
This commit is contained in:
parent
2b04b2e668
commit
0c92e6a40d
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user