mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
Null check provider in organization management check (#10233)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<app-header></app-header>
|
||||
|
||||
<bit-container *ngIf="!isProviderManaged">
|
||||
<bit-container *ngIf="!isManagedByConsolidatedBillingMSP">
|
||||
<ng-container *ngIf="!firstLoaded && loading">
|
||||
<i class="bwi bwi-spinner bwi-spin text-muted" title="{{ 'loading' | i18n }}"></i>
|
||||
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
||||
@@ -274,7 +274,7 @@
|
||||
</ng-container>
|
||||
</ng-container>
|
||||
</bit-container>
|
||||
<bit-container *ngIf="isProviderManaged">
|
||||
<bit-container *ngIf="isManagedByConsolidatedBillingMSP">
|
||||
<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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user