From f4cb7d18624cd790b8a798a41c0c6678eadfaf8d Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 21 Dec 2020 17:45:30 +0100 Subject: [PATCH] :bug: Fix login with google. --- frontend/src/app/main/data/auth.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]