mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
* [feature] Add a hasOrganizations() service method * [feature] Add a component to warn users about export scope
6 lines
198 B
HTML
6 lines
198 B
HTML
<ng-container *ngIf="show">
|
|
<app-callout type="info" title="{{ scopeConfig.title | i18n }}">
|
|
{{ scopeConfig.description | i18n: scopeConfig.scopeIdentifier }}
|
|
</app-callout>
|
|
</ng-container>
|