diff --git a/apps/website/app/[locale]/license/view/page.tsx b/apps/website/app/[locale]/license/view/page.tsx index 48c22f3..ea19245 100644 --- a/apps/website/app/[locale]/license/view/page.tsx +++ b/apps/website/app/[locale]/license/view/page.tsx @@ -16,26 +16,12 @@ const LicenseCard = ({ license, stripeSuscription }: any) => { License Information
- License ID -
-{license.id}
-License Key
{license.licenseKey}
- Activation Status -
-- {license.activatedAt ? "Activated" : "Not Activated"} -
-Server IPs @@ -70,18 +56,9 @@ const LicenseCard = ({ license, stripeSuscription }: any) => { {new Date(license.createdAt).toLocaleDateString()}
- Last Updated -
-- {new Date(license.updatedAt).toLocaleDateString()} -
-- Subscription ID -
-{stripeSuscription.id}
-Quantity @@ -111,12 +82,6 @@ const LicenseCard = ({ license, stripeSuscription }: any) => { {stripeSuscription.billingType}
- Stripe Customer ID -
-{license.stripeCustomerId}
-