summaryrefslogtreecommitdiff
path: root/pkg/backend/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/backend/api.go')
-rw-r--r--pkg/backend/api.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go
index ba07adf..02aa383 100644
--- a/pkg/backend/api.go
+++ b/pkg/backend/api.go
@@ -37,6 +37,7 @@ func Login(username, password string) {
ctx.LoginDialog = true
ctx.Errors = "bad_auth"
}
+ // XXX shouldn't this be statusChanged?
go ctx.updateStatus()
}