From a4b961aa0aa645e5d582c1d32c2f84996c6e2be9 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:55:35 -0500 Subject: [PATCH] Remove EU environment feature flag from clients (#6619) --- .../environment-selector.component.html | 1 - .../environment-selector.component.ts | 12 +----------- .../components/environment-selector.component.html | 3 +-- .../components/environment-selector.component.ts | 5 ----- libs/common/src/enums/feature-flag.enum.ts | 1 - 5 files changed, 2 insertions(+), 20 deletions(-) diff --git a/apps/web/src/app/components/environment-selector/environment-selector.component.html b/apps/web/src/app/components/environment-selector/environment-selector.component.html index d17a9c2b43c..847830ce602 100644 --- a/apps/web/src/app/components/environment-selector/environment-selector.component.html +++ b/apps/web/src/app/components/environment-selector/environment-selector.component.html @@ -20,7 +20,6 @@ isEuServer ? 'javascript:void(0)' : 'https://vault.bitwarden.eu' + routeAndParams " class="pr-4" - *ngIf="euServerFlagEnabled" > ( - FeatureFlag.DisplayEuEnvironmentFlag - ); const domain = Utils.getDomain(window.location.href); this.isEuServer = domain.includes(RegionDomain.EU); this.isUsServer = domain.includes(RegionDomain.US) || domain.includes(RegionDomain.USQA); diff --git a/libs/angular/src/auth/components/environment-selector.component.html b/libs/angular/src/auth/components/environment-selector.component.html index 2765787c317..8ee8a4d5784 100644 --- a/libs/angular/src/auth/components/environment-selector.component.html +++ b/libs/angular/src/auth/components/environment-selector.component.html @@ -63,7 +63,6 @@ class="environment-selector-dialog-item" (click)="toggle(ServerEnvironmentType.EU)" [attr.aria-pressed]="selectedEnvironment === ServerEnvironmentType.EU ? 'true' : 'false'" - *ngIf="euServerFlagEnabled" > {{ "euDomain" | i18n }} -
+