feat: activate live pricing

This commit is contained in:
Vasily Zubarev
2025-04-24 20:19:57 +02:00
parent b4045930e2
commit 088d596480
5 changed files with 28 additions and 18 deletions

View File

@@ -51,7 +51,9 @@ export default async function CloudPaymentSuccessPage({
<CardTitle className="text-3xl font-bold ">
<ColoredText>Payment Successful</ColoredText>
</CardTitle>
<CardDescription className="text-center text-xl">You can login to your account now</CardDescription>
<CardDescription className="text-center text-xl">
Welcome to TaxHacker, {user.name}. You can login to your account now
</CardDescription>
<CardContent className="w-full">
<LoginForm defaultEmail={user.email} />
</CardContent>