mirror of
https://github.com/bitwarden/web
synced 2026-01-20 09:23:52 +00:00
Implement disable send policy (#819)
* Implement disable send policy * Update jslib reference * PR review * Lower case enterprise policy
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
<app-callout type="warning" *ngIf="type === policyType.PersonalOwnership">
|
||||
{{'personalOwnershipExemption' | i18n}}
|
||||
</app-callout>
|
||||
<app-callout type="warning" *ngIf="type === policyType.DisableSend">
|
||||
{{'disableSendExemption' | i18n}}
|
||||
</app-callout>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="enabled" [(ngModel)]="enabled"
|
||||
|
||||
Reference in New Issue
Block a user