summaryrefslogtreecommitdiff
path: root/pkg/webui/login.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/webui/login.go')
-rw-r--r--pkg/webui/login.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/webui/login.go b/pkg/webui/login.go
index fda227a..8444e2c 100644
--- a/pkg/webui/login.go
+++ b/pkg/webui/login.go
@@ -24,7 +24,7 @@ func handleLoginGET() http.Handler {
session := r.Context().Value(model.SessionContextKey{})
if session != nil {
- http.Redirect(w, r, "/", http.StatusFound)
+ http.Redirect(w, r, "/states", http.StatusFound)
return
}