1
0
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:
Addison Beck
2022-02-28 11:37:02 -05:00
committed by GitHub
parent d0c0e80b6c
commit b8a23cf014
4 changed files with 31 additions and 1 deletions

View File

@@ -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">