1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-23 03:33:54 +00:00

load even if sync didnt complete successfully

This commit is contained in:
Kyle Spearrin
2018-11-27 09:28:36 -05:00
parent 1d8f7fa538
commit c903ad7e66
3 changed files with 4 additions and 11 deletions

View File

@@ -87,11 +87,6 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
});
}
break;
case 'syncCompleted':
if (message.successfully) {
await this.load();
}
break;
default:
break;
}