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:
committed by
GitHub
parent
0544100e83
commit
456c516a6e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user