From f97064effea049aed2f225be3c773d6eceb3c14b Mon Sep 17 00:00:00 2001 From: Conner Turnbull <133619638+cturnbull-bitwarden@users.noreply.github.com> Date: Fri, 17 May 2024 14:14:46 -0400 Subject: [PATCH] Only showing PM subscription adjustment form if the user is a PM user (#9011) --- ...nization-subscription-cloud.component.html | 60 +++++++++++-------- 1 file changed, 34 insertions(+), 26 deletions(-) diff --git a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html index e050253fc6c..25ac3a7a155 100644 --- a/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html +++ b/apps/web/src/app/billing/organizations/organization-subscription-cloud.component.html @@ -153,7 +153,11 @@

{{ subscriptionDesc }}

{{ "passwordManager" | i18n }}

@@ -176,32 +180,36 @@ > {{ "removeSponsorship" | i18n }} -

{{ "storage" | i18n }}

-

- {{ "subscriptionStorage" | i18n: sub.maxStorageGb || 0 : sub.storageName || "0 MB" }} -

- - -
-
- - + +

{{ "storage" | i18n }}

+

+ {{ "subscriptionStorage" | i18n: sub.maxStorageGb || 0 : sub.storageName || "0 MB" }} +

+ + +
+
+ + +
-
+

{{ "secretsManager" | i18n }}