1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

Initial commit of ownership banner (#636)

This commit is contained in:
Vincent Salucci
2021-01-05 17:33:40 -06:00
committed by GitHub
parent 81f3cec707
commit 0fee18bedb
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
<div class="content">
<div class="inner-content" *ngIf="cipher">
<div class="box">
<app-callout type="info" *ngIf="allowOwnershipOptions() && !allowPersonal">
{{'personalOwnershipPolicyInEffect' | i18n}}
</app-callout>
<div class="box-header">
{{title}}
</div>