Skip to content

Commit

Permalink
update release datae for the onboarding module (#12210)
Browse files Browse the repository at this point in the history
  • Loading branch information
merissaacosta authored Dec 2, 2024
1 parent 0544100 commit 456c516
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ export const GLOBAL_VAULT_UI_ONBOARDING = new KeyDefinition<boolean>(

@Injectable()
export class VaultUiOnboardingService {
// TODO: Update this date to the release date of the new Browser UI
private onboardingUiReleaseDate = new Date("2024-07-25");
private onboardingUiReleaseDate = new Date("2024-12-10");

private vaultUiOnboardingState: GlobalState<boolean> = this.stateProvider.getGlobal(
GLOBAL_VAULT_UI_ONBOARDING,
Expand Down

0 comments on commit 456c516

Please sign in to comment.