Add login GUI #9

Manually merged
cadence merged 10 commits from login into princess 2020-10-21 09:07:38 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 253ccbadc2 - Show all commits

View File

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