mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
allow attachments if can access premium
This commit is contained in:
@@ -240,7 +240,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="cipher.hasAttachments && isPremium && showAttachments">
|
||||
<div class="box" *ngIf="cipher.hasAttachments && canAccessPremium && showAttachments">
|
||||
<div class="box-header">
|
||||
{{'attachments' | i18n}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user