Allow trial users to open checkout

This commit is contained in:
2569718930@qq.com
2026-04-17 20:01:18 +08:00
parent 449eb48d8b
commit f98388ce69
@@ -1507,7 +1507,7 @@ export function AccountCenter() {
const paymentFeatureReady = paymentReadyForRecovery;
const canOpenCheckoutOverlay = Boolean(
paymentFeatureReady &&
(!isSubscribed || showExpiringSoon || showExpiredReminder),
(!isSubscribed || isTrialPlan || showExpiringSoon || showExpiredReminder),
);
const subscriptionStatusTitle = showExpiredReminder
? isTrialPlan