mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
sync is not forced
This commit is contained in:
@@ -64,7 +64,7 @@ export class VaultComponent implements OnInit {
|
|||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
this.route.queryParams.subscribe(async (params) => {
|
this.route.queryParams.subscribe(async (params) => {
|
||||||
await this.syncService.fullSync(true);
|
await this.syncService.fullSync(false);
|
||||||
await Promise.all([
|
await Promise.all([
|
||||||
this.groupingsComponent.load(),
|
this.groupingsComponent.load(),
|
||||||
this.organizationsComponent.load(),
|
this.organizationsComponent.load(),
|
||||||
|
|||||||
Reference in New Issue
Block a user