mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
allow attachments if can access premium
This commit is contained in:
parent
23e94b7275
commit
df98ae1d8d
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 81c21418ec965221b4d322008f9da0ab7b9037d0
|
||||
Subproject commit 42dbdb0043842810fb084370f886bd2ea9406b9f
|
@ -230,7 +230,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="box" *ngIf="cipher.hasAttachments && isPremium">
|
||||
<div class="box" *ngIf="cipher.hasAttachments && canAccessPremium">
|
||||
<div class="box-header">
|
||||
{{'attachments' | i18n}}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user