mirror of
https://github.com/bitwarden/web
synced 2026-01-09 03:53:28 +00:00
[feature] Implement scope warning for exports (#1504)
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
<app-callout type="error" title="{{ 'vaultExportDisabled' | i18n }}" *ngIf="disabledByPolicy">
|
||||
{{ "personalVaultExportPolicyInEffect" | i18n }}
|
||||
</app-callout>
|
||||
<app-export-scope-callout
|
||||
[organizationId]="organizationId"
|
||||
*ngIf="!disabledByPolicy"
|
||||
></app-export-scope-callout>
|
||||
|
||||
<div class="row">
|
||||
<div class="form-group col-6">
|
||||
|
||||
Reference in New Issue
Block a user