chore: quick fix
This commit is contained in:
parent
5356262e34
commit
be5661942b
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user