From 88ee3d53deea1c8f175f8d2d1fec97b4d4ccd829 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 2 May 2026 18:48:38 -0500 Subject: [PATCH] fix: free tier shows payment form only after account created (auth-badge reveal) --- src/checkout.el | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/src/checkout.el b/src/checkout.el index a7a531f..d101928 100644 --- a/src/checkout.el +++ b/src/checkout.el @@ -136,7 +136,7 @@ fn checkout_page(plan: String, pub_key: String) -> String { -
+
" + (if is_free { "" } else { "

Already have an account? Sign in to link your purchase.

@@ -488,5 +488,23 @@ fn checkout_page(plan: String, pub_key: String) -> String { + +" + (if is_free { " + +" } else { "" }) + " " }