diff options
| -rw-r--r-- | Biz/PodcastItLater/UI.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/PodcastItLater/UI.py b/Biz/PodcastItLater/UI.py index 94c5b81..226a7af 100644 --- a/Biz/PodcastItLater/UI.py +++ b/Biz/PodcastItLater/UI.py @@ -501,7 +501,7 @@ class PricingPage(Component[AnyChildren, PricingPageAttrs]): ], ), action="/upgrade", - attrs={"method": "get"}, # type: ignore[arg-type] + attrs={"method": "post"}, # type: ignore[arg-type] ) if user and current_tier == "free" else ( |
