mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
feat: add db_name to state init
This commit is contained in:
@@ -13,6 +13,7 @@ export async function initializeState(
|
||||
stateProvider: StateProvider,
|
||||
): Promise<void> {
|
||||
await stateClient.initialize_state(
|
||||
{ db_name: `db-${userId}` },
|
||||
new RepositoryRecord(userId, stateProvider, new CipherRecordMapper()),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user