mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-31 22:51:28 +01:00
Rename the isProviderManaged variable (#9061)
This commit is contained in:
parent
cf74870779
commit
2b9c4c6e34
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user