1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 13:23:34 +00:00

update release datae for the onboarding module (#12210)

This commit is contained in:
Merissa Weinstein
2024-12-02 08:48:31 -06:00
committed by GitHub
parent 0544100e83
commit 456c516a6e

View File

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