mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-6927] update date for onboarding component to release (#8487)
This commit is contained in:
@@ -43,7 +43,7 @@ export class VaultOnboardingComponent implements OnInit, OnChanges, OnDestroy {
|
||||
isIndividualPolicyVault: boolean;
|
||||
private destroy$ = new Subject<void>();
|
||||
isNewAccount: boolean;
|
||||
private readonly onboardingReleaseDate = new Date("2024-01-01");
|
||||
private readonly onboardingReleaseDate = new Date("2024-04-02");
|
||||
showOnboardingAccess$: Observable<boolean>;
|
||||
|
||||
protected currentTasks: VaultOnboardingTasks;
|
||||
|
||||
Reference in New Issue
Block a user