+ Logged in as {props.user_email}. You are
+ currently subscribed to
+
+ {profileFlags.IS_PRO_SUBSCRIBER
+ ? "Pro"
+ : profileFlags.IS_BASIC_SUBSCRIBER
+ ? "Basic"
+ : "Free"}
+
+ tier. Click on the Manage Subscription button below to
+ change your plan.
+
+
+
+ Note: You will be redirected to Stripe payment portal to
+ complete the upgrade payment process.
+
+
+ Logged in as {props.user_email}. Your account + is managed by your organization, + {organization?.name}. Please contact your admin + to manage your subscription. +
+
- Logged in as {formData.user_email}.
- You are currently subscribed to
-
- {profileFlags.IS_PRO_SUBSCRIBER
- ? "Pro"
- : profileFlags.IS_BASIC_SUBSCRIBER
- ? "Basic"
- : "Free"}
-
- tier. Click on the Manage Subscription button below to
- change your plan.
-
-
-
- Note: You will be needed to login with a link that is sent
- to your email.
-
-
- Logged in as {formData.user_email}. Your - account is managed by your organization, - {organization?.name}. Please contact your - admin to manage your subscription. -
-