mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
Rename the isProviderManaged variable (#9061)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<app-header></app-header>
|
||||
|
||||
<bit-container *ngIf="!IsProviderManaged">
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user