This commit is contained in:
KANE LAZENI 2026-02-24 02:23:44 +00:00
parent 7127efed0c
commit 8b58d22206

View File

@ -708,10 +708,11 @@
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);
*/ */