a
This commit is contained in:
parent
7127efed0c
commit
8b58d22206
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user