1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

[PM-2347] Fix EU env flag (#5495)

This commit is contained in:
André Bispo
2023-05-22 23:04:50 +01:00
committed by GitHub
parent 3a1ae46c37
commit 946d254b0f

View File

@@ -48,6 +48,7 @@
type="button" type="button"
class="environment-selector-dialog-item" class="environment-selector-dialog-item"
(click)="toggle(ServerEnvironmentType.EU)" (click)="toggle(ServerEnvironmentType.EU)"
*ngIf="euServerFlagEnabled"
> >
<i <i
class="bwi bwi-fw bwi-sm bwi-check" class="bwi bwi-fw bwi-sm bwi-check"
@@ -60,7 +61,7 @@
<img class="img-eu" alt="" /> <img class="img-eu" alt="" />
<span>{{ "eu" | i18n }}</span> <span>{{ "eu" | i18n }}</span>
</button> </button>
<br /> <br *ngIf="euServerFlagEnabled" />
<button <button
type="button" type="button"
class="environment-selector-dialog-item" class="environment-selector-dialog-item"