mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +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()
|
@Injectable()
|
||||||
export class VaultUiOnboardingService {
|
export class VaultUiOnboardingService {
|
||||||
// TODO: Update this date to the release date of the new Browser UI
|
private onboardingUiReleaseDate = new Date("2024-12-10");
|
||||||
private onboardingUiReleaseDate = new Date("2024-07-25");
|
|
||||||
|
|
||||||
private vaultUiOnboardingState: GlobalState<boolean> = this.stateProvider.getGlobal(
|
private vaultUiOnboardingState: GlobalState<boolean> = this.stateProvider.getGlobal(
|
||||||
GLOBAL_VAULT_UI_ONBOARDING,
|
GLOBAL_VAULT_UI_ONBOARDING,
|
||||||
|
|||||||
Reference in New Issue
Block a user