mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 19:36:46 -05:00
chore: unlimited users
This commit is contained in:
@@ -16,6 +16,7 @@ const pricingTiers = [
|
|||||||
seats: "1 dashboard seat",
|
seats: "1 dashboard seat",
|
||||||
featuresPrefix: "Includes",
|
featuresPrefix: "Includes",
|
||||||
features: [
|
features: [
|
||||||
|
"Unlimited users",
|
||||||
"All auth features",
|
"All auth features",
|
||||||
"User management",
|
"User management",
|
||||||
"Audit logs (1 day)",
|
"Audit logs (1 day)",
|
||||||
@@ -100,6 +101,13 @@ const pricingTiers = [
|
|||||||
|
|
||||||
// Comparison table data
|
// Comparison table data
|
||||||
const comparisonRows = [
|
const comparisonRows = [
|
||||||
|
{
|
||||||
|
label: "Unlimited users",
|
||||||
|
starter: true,
|
||||||
|
pro: true,
|
||||||
|
business: true,
|
||||||
|
enterprise: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "All auth features",
|
label: "All auth features",
|
||||||
starter: true,
|
starter: true,
|
||||||
@@ -532,7 +540,7 @@ export function PricingPageClient() {
|
|||||||
</div>
|
</div>
|
||||||
<p className="text-[13px] text-foreground/80 dark:text-foreground/65 leading-relaxed max-w-md">
|
<p className="text-[13px] text-foreground/80 dark:text-foreground/65 leading-relaxed max-w-md">
|
||||||
Comprehensive authentication and authorization
|
Comprehensive authentication and authorization
|
||||||
framework.
|
framework. Unlimited users on every plan.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div className="text-right shrink-0 flex flex-col items-end gap-3">
|
<div className="text-right shrink-0 flex flex-col items-end gap-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user