mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
🐛 Don’t encode return path
This commit is contained in:
parent
7a5f9ae474
commit
6e84082c42
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export const UpgradeButton = ({
|
||||||
<input
|
<input
|
||||||
type="hidden"
|
type="hidden"
|
||||||
name="return_path"
|
name="return_path"
|
||||||
value={encodeURIComponent(window.location.pathname)}
|
value={window.location.pathname}
|
||||||
/>
|
/>
|
||||||
<Button
|
<Button
|
||||||
className="w-full"
|
className="w-full"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue