1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-11 00:31:45 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,