This commit is contained in:
2025-06-12 17:52:57 +02:00
parent 1a2e0d7ab0
commit da2d965da8
3 changed files with 39 additions and 7 deletions

View File

@@ -403,6 +403,7 @@ export default defineEventHandler(async (event) => {
return {
success: true,
documentId: documentResponse.documentId,
documensoID: documentResponse.documentId.toString(), // Include this for immediate UI update
clientSigningUrl: signingLinks['Client'] || '',
signingLinks: signingLinks
};