1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-28 10:33:31 +00:00

Add support for new vault in encrypted migrator (#19226)

This commit is contained in:
Bernd Schoolmann
2026-02-27 10:46:22 +01:00
committed by GitHub
parent 04926833be
commit 81f1c6a1c6

View File

@@ -38,7 +38,7 @@ export const ENCRYPTED_MIGRATION_DISMISSED = new UserKeyDefinition<Date>(
},
);
const DISMISS_TIME_HOURS = 24;
const VAULT_ROUTES = ["/vault", "/tabs/vault", "/tabs/current"];
const VAULT_ROUTES = ["/new-vault", "/vault", "/tabs/vault", "/tabs/current"];
/**
* This services schedules encrypted migrations for users on clients that are interactive (non-cli), and handles manual interaction,