mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Hide grace period note when in self-serve trial (#8768)
This commit is contained in:
@@ -42,7 +42,10 @@
|
||||
: subscription.expirationWithGracePeriod
|
||||
) | date: "mediumDate"
|
||||
}}
|
||||
<div *ngIf="subscription.hasSeparateGracePeriod" class="tw-text-muted">
|
||||
<div
|
||||
*ngIf="subscription.hasSeparateGracePeriod && !subscription.isInTrial"
|
||||
class="tw-text-muted"
|
||||
>
|
||||
{{
|
||||
"selfHostGracePeriodHelp"
|
||||
| i18n: (subscription.expirationWithGracePeriod | date: "mediumDate")
|
||||
|
||||
Reference in New Issue
Block a user