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