Only enter sync loop if logged in
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Cadence Ember 2020-10-21 20:56:36 +13:00
parent b9df147db5
commit 253ccbadc2
Signed by: cadence
GPG key ID: BC1C2C61CF521B17

View file

@ -121,4 +121,6 @@ function syncLoop() {
store.activeGroup.set(store.groups.get("directs").value())
syncLoop()
if (lsm.get("access_token")) {
syncLoop()
}