diff --git a/frontend/src/app/main/data/auth.cljs b/frontend/src/app/main/data/auth.cljs index 9cf2f67c3..9bc1fa9b6 100644 --- a/frontend/src/app/main/data/auth.cljs +++ b/frontend/src/app/main/data/auth.cljs @@ -79,7 +79,7 @@ (watch [this state s] (let [team-id (:default-team-id profile)] (rx/of (du/profile-fetched profile) - (rt/nav' :dashboard-team {:team-id team-id})))))) + (rt/nav' :dashboard-projects {:team-id team-id})))))) (defn login-with-ldap [{:keys [email password] :as data}]