chore: quick fix

This commit is contained in:
SwiftHawk 2024-05-16 11:04:19 +05:00
parent e4675af4dd
commit 1867ba6a14

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) {