1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 05:00:10 +00:00

Update libs/common/src/key-management/encrypted-migrator/default-encrypted-migrator.ts

Co-authored-by: Maciej Zieniuk <167752252+mzieniukbw@users.noreply.github.com>
This commit is contained in:
Bernd Schoolmann
2025-11-04 12:46:12 +01:00
committed by GitHub
parent 8e1a2fefb5
commit 7601f0af48

View File

@@ -76,7 +76,7 @@ export class DefaultEncryptedMigrator implements EncryptedMigrator {
}
}
this.logService.mark("[Encrypted Migrator] Finish");
this.logService.info(`[Encrypted Miigrator] Completed migrations for user: ${userId}`);
this.logService.info(`[Encrypted Migrator] Completed migrations for user: ${userId}`);
if (ranMigration) {
await this.syncService.fullSync(true);
}