mirror of
https://github.com/bitwarden/browser
synced 2026-01-19 08:53:28 +00:00
[Policy] Personal Ownership (#1481)
* Initial commit for personal ownership * Removed TODO // Updated allowPersonalOwnership logic to include necessary org/user checks * Fixed import order * Updated jslib (dcbd09e->72bf18f) * Fixed casing for error message
This commit is contained in:
@@ -340,7 +340,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>
|
||||
|
||||
Reference in New Issue
Block a user