mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
Fix SM beta grace period dates (#6054)
This commit is contained in:
parent
70f115c8f5
commit
1b32cddbad
@ -47,8 +47,8 @@ export class OrganizationSubscriptionCloudComponent implements OnInit, OnDestroy
|
|||||||
firstLoaded = false;
|
firstLoaded = false;
|
||||||
loading: boolean;
|
loading: boolean;
|
||||||
|
|
||||||
private readonly _smBetaEndingDate = new Date(2023, 7, 25);
|
private readonly _smBetaEndingDate = new Date(2023, 7, 15);
|
||||||
private readonly _smGracePeriodEndingDate = new Date(2023, 9, 24);
|
private readonly _smGracePeriodEndingDate = new Date(2023, 10, 14);
|
||||||
|
|
||||||
private destroy$ = new Subject<void>();
|
private destroy$ = new Subject<void>();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user