mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
sync is not forced
This commit is contained in:
parent
998a63612f
commit
381da132f8
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user