1
0
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:
Alex Morask
2024-04-30 10:55:00 -04:00
committed by GitHub
parent e7416384dc
commit 418d4642da
2 changed files with 16 additions and 1 deletions

View File

@@ -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")