We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed89a9b + a982709 commit 62fd3c7Copy full SHA for 62fd3c7
src/src/userauth/userauth.service.ts
@@ -383,7 +383,7 @@ export class UserauthService {
383
const base64String = `data:${fileType};base64,${base64Data}`; // Include the content type in the Base64 string
384
return base64String;
385
} catch (error) {
386
- console.error('Error converting image to Base64:', error);
+ //console.error('Error converting image to Base64:', error);
387
return null;
388
}
389
@@ -1164,6 +1164,7 @@ export class UserauthService {
1164
1165
1166
referenceData['document_id'] = base64result?.document_id;
1167
+ referenceFields.push('document_id');
1168
1169
tableFields = tableFields?.filter(
1170
(field) => field !== 'documents',
0 commit comments