forked from Nixius/authelia
1
0
Fork 0
This commit is contained in:
Leopere 2026-03-05 15:29:21 -05:00
parent 71b91a4284
commit 76e351c7e7
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
<p style="color: var(--muted); margin-bottom: 1rem;">We've reached our limit for new signups. Check back later.</p> <p style="color: var(--muted); margin-bottom: 1rem;">We've reached our limit for new signups. Check back later.</p>
{{else if and .StripePaymentLink (eq .PricingTier 0) (not .UseCheckoutForm)}} {{else if and .StripePaymentLink (eq .PricingTier 0) (not .UseCheckoutForm)}}
<h2>Free Plan</h2> <h2>Free Plan</h2>
<div class="price">$0 <span>/ one-time</span></div> <div class="price">$0 <span>/month for max 3 months</span></div>
<ul class="features"> <ul class="features">
{{range .Features}}<li>{{.}}</li>{{end}} {{range .Features}}<li>{{.}}</li>{{end}}
</ul> </ul>
@ -131,7 +131,7 @@
{{else if .UseCheckoutForm}} {{else if .UseCheckoutForm}}
{{if eq .PricingTier 0}} {{if eq .PricingTier 0}}
<h2>Launch Offer</h2> <h2>Launch Offer</h2>
<div class="price">$0 <span>/ 3 months, then ends</span></div> <div class="price">$0 <span>/month for max 3 months</span></div>
{{else if eq .PricingTier 1}} {{else if eq .PricingTier 1}}
<h2>Founder Plan</h2> <h2>Founder Plan</h2>
<div class="price">$20 <span>/ year, then $100/month</span></div> <div class="price">$20 <span>/ year, then $100/month</span></div>