Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
// Login reasons associated with manual subscription renewals. Currently these
// all have the exact same messaging, so they are included in one constant.
export const REASONS_FOR_MANUAL_RENEWAL = [
'auto-renew-failed',
'bd_card-expiring',
'bd_missing-payment',
'bd_renewal-failure',
'bd_autorenew-disabled',
'expired-domain-notice',
'plan-expired',
'renew-domain-expiration-notice',
'upcoming_expiry_notification',
];