1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

sync is not forced

This commit is contained in:
Kyle Spearrin
2018-06-26 12:03:11 -04:00
parent 998a63612f
commit 381da132f8

View File

@@ -64,7 +64,7 @@ export class VaultComponent implements OnInit {
async ngOnInit() {
this.route.queryParams.subscribe(async (params) => {
await this.syncService.fullSync(true);
await this.syncService.fullSync(false);
await Promise.all([
this.groupingsComponent.load(),
this.organizationsComponent.load(),