mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-02 16:09:08 +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
|
||||
type="hidden"
|
||||
name="return_path"
|
||||
value={encodeURIComponent(window.location.pathname)}
|
||||
value={window.location.pathname}
|
||||
/>
|
||||
<Button
|
||||
className="w-full"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue