mirror of
https://github.com/bitwarden/browser
synced 2026-01-03 00:53:23 +00:00
[AC-2265] As a Provider Admin, I shouldn't be able to use my client organizations' billing pages (#8981)
* initial commit * add the feature flag * Resolve pr comments
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<app-header></app-header>
|
||||
|
||||
<bit-container>
|
||||
<bit-container *ngIf="!IsProviderManaged">
|
||||
<ng-container *ngIf="!firstLoaded && loading">
|
||||
<i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}"></i>
|
||||
<span class="sr-only">{{ "loading" | i18n }}</span>
|
||||
@@ -256,3 +256,13 @@
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</bit-container>
|
||||
<bit-container *ngIf="IsProviderManaged">
|
||||
<div
|
||||
class="tw-mx-auto tw-flex tw-flex-col tw-items-center tw-justify-center tw-pt-24 tw-text-center tw-font-bold"
|
||||
>
|
||||
<bit-icon [icon]="manageBillingFromProviderPortal"></bit-icon>
|
||||
<ng-container slot="description">{{
|
||||
"manageBillingFromProviderPortalMessage" | i18n
|
||||
}}</ng-container>
|
||||
</div>
|
||||
</bit-container>
|
||||
|
||||
Reference in New Issue
Block a user