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

[Policy] Personal Ownership (#605)

* Initial commit of personal ownership

* Saving updated merge conflicts

* Updated jslib (dcbd09e -> 72bf18f)

* Fixed casing
This commit is contained in:
Vincent Salucci
2020-12-09 14:11:39 -06:00
committed by GitHub
parent 2bfba0be5c
commit 82ca93db91
4 changed files with 14 additions and 4 deletions

View File

@@ -311,7 +311,7 @@
</div>
</div>
</div>
<div class="box" *ngIf="(!editMode || cloneMode) && ownershipOptions && ownershipOptions.length > 1">
<div class="box" *ngIf="allowOwnershipOptions()">
<div class="box-header">
{{'ownership' | i18n}}
</div>