mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[PM-6927] update date for onboarding component to release (#8487)
This commit is contained in:
parent
4873f649a9
commit
da14d01062
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user