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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user