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