issue-38 #62

Closed
y wants to merge 48 commits from issue-38 into main
Showing only changes of commit be5661942b - Show all commits

View File

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