From 0c1d36b7732467defd868ca27a1ed72d6d482a74 Mon Sep 17 00:00:00 2001
From: lewa <lene.wasskog@nibio.no>
Date: Mon, 6 May 2024 08:49:34 +0200
Subject: [PATCH] feat: Sync twoway when app is started

Refresh lists of observations etc with changes from server
---
 src/components/LoginSystem.vue | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/components/LoginSystem.vue b/src/components/LoginSystem.vue
index fdfbf59..0aaed63 100644
--- a/src/components/LoginSystem.vue
+++ b/src/components/LoginSystem.vue
@@ -159,6 +159,7 @@
 							this.getUserFromStorage();
 							/** Sync Operation for valid timestamp */
 							this.$refs.Sync.syncOneWayDifferentTimeStamp(this.appUser);
+              this.$refs.Sync.syncTwoWayAtLogin();
 						}
 					});
 				}
-- 
GitLab