mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 15:42:09 -05:00
docs(pricing): add explanation of events tracked by the dashboard
This commit is contained in:
@@ -579,6 +579,18 @@ export function PricingPageClient() {
|
||||
<PricingCard key={tier.name} tier={tier} index={index} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="mt-4 px-1">
|
||||
<p className="text-[10px] text-foreground/45 dark:text-foreground/35 leading-relaxed">
|
||||
<span className="text-foreground/60 dark:text-foreground/50 font-mono uppercase tracking-wider">
|
||||
What's an event?
|
||||
</span>{" "}
|
||||
An event is any auth action tracked by the dashboard —
|
||||
sign-ins, sign-ups, session refreshes, password resets, OTP
|
||||
verifications, and more. Each API call that triggers an
|
||||
auth action counts as one event.
|
||||
</p>
|
||||
</div>
|
||||
</motion.div>
|
||||
|
||||
{/* Section: Feature comparison */}
|
||||
|
||||
Reference in New Issue
Block a user