mirror of
https://github.com/bitwarden/browser
synced 2025-01-27 19:49:42 +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;
|
isIndividualPolicyVault: boolean;
|
||||||
private destroy$ = new Subject<void>();
|
private destroy$ = new Subject<void>();
|
||||||
isNewAccount: boolean;
|
isNewAccount: boolean;
|
||||||
private readonly onboardingReleaseDate = new Date("2024-01-01");
|
private readonly onboardingReleaseDate = new Date("2024-04-02");
|
||||||
showOnboardingAccess$: Observable<boolean>;
|
showOnboardingAccess$: Observable<boolean>;
|
||||||
|
|
||||||
protected currentTasks: VaultOnboardingTasks;
|
protected currentTasks: VaultOnboardingTasks;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user