[PM-6927] update date for onboarding component to release (#8487)

This commit is contained in:
Jason Ng 2024-03-25 16:50:33 -04:00 committed by GitHub
parent 4873f649a9
commit da14d01062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;