0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-05 22:09:06 -05:00

🐛 Fix login with google.

This commit is contained in:
Andrey Antukh 2020-12-21 17:45:30 +01:00
parent 4dd9767590
commit f4cb7d1862

View file

@ -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}]