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