diff --git a/src/components/LoginSystem.vue b/src/components/LoginSystem.vue index fdfbf59d7acf36c014af679cf73ef7b9c697873e..0aaed6343166e236e6a594789a0a4e3c5be30758 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(); } }); }