mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 07:02:32 +02:00
Fix: issue of 'something went wrong' err in guest login flow when using quick send
This commit is contained in:
@@ -166,8 +166,6 @@ export default async function createBatchDocs(request) {
|
||||
createdAt: response.data[i]?.success?.createdAt,
|
||||
}));
|
||||
for (let i = 0; i < updateDocuments.length; i++) {
|
||||
console.log('updateDocuments ', updateDocuments);
|
||||
|
||||
sendMail(updateDocuments[i], sessionToken);
|
||||
}
|
||||
return 'success';
|
||||
|
||||
@@ -102,6 +102,7 @@ export default function reportJson(id, userId) {
|
||||
'AuditTrail.UserPtr',
|
||||
'ExpiryDate',
|
||||
'SendMail',
|
||||
'Placeholders',
|
||||
],
|
||||
};
|
||||
// completed documents report
|
||||
@@ -220,6 +221,7 @@ export default function reportJson(id, userId) {
|
||||
'AuditTrail',
|
||||
'AuditTrail.UserPtr',
|
||||
'ExpiryDate',
|
||||
'Placeholders',
|
||||
],
|
||||
};
|
||||
// Recent signature requests report show on dashboard
|
||||
|
||||
Reference in New Issue
Block a user