issue-25 #42

Merged
s merged 12 commits from issue-25 into main 2024-05-16 06:45:59 +00:00
Showing only changes of commit 1867ba6a14 - Show all commits

View File

@ -350,7 +350,11 @@ export const CreatePage = () => {
}
setIsLoading(false)
navigate(`${appPrivateRoutes.sign}?file=${fileUrl}&key=${encryptionKey}`)
navigate(
`${appPrivateRoutes.sign}?file=${encodeURIComponent(
fileUrl
)}&key=${encodeURIComponent(encryptionKey)}`
)
}
if (authUrl) {