Add login GUI #9

Manually merged
cadence merged 10 commits from login into princess 2020-10-21 09:07:38 +00:00
Showing only changes of commit 253ccbadc2 - Show all commits

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

Cadence Ember 2020-10-21 20:56:36 +13:00
Signed by: cadence
GPG key ID: BC1C2C61CF521B17

View file

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