Logo and favicon #15

Merged
b merged 2 commits from issue3 into main 2024-05-09 13:51:01 +00:00
Showing only changes of commit 38def3bda5 - Show all commits

View File

@ -75,7 +75,7 @@ export const sendDM = async (
? 'Your signature is requested on the document below!'
: 'You have received a signed document.'
const decryptionUrl = `${window.location.origin}/#${appPrivateRoutes.decryptZip}?file=${fileUrl}&key=${encryptionKey}`
const decryptionUrl = `${window.location.origin}/#${appPrivateRoutes.decryptZip}?file=${encodeURIComponent(fileUrl)}&key=${encodeURIComponent(encryptionKey)}`
const content = `${initialLine}\n\n${decryptionUrl}\n\nDirect download${fileUrl}`