mirror of
https://github.com/penpot/penpot.git
synced 2025-02-06 06:18:32 -05:00
🐛 Fix login with google.
This commit is contained in:
parent
4dd9767590
commit
f4cb7d1862
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
||||||
(watch [this state s]
|
(watch [this state s]
|
||||||
(let [team-id (:default-team-id profile)]
|
(let [team-id (:default-team-id profile)]
|
||||||
(rx/of (du/profile-fetched 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
|
(defn login-with-ldap
|
||||||
[{:keys [email password] :as data}]
|
[{:keys [email password] :as data}]
|
||||||
|
|
Loading…
Add table
Reference in a new issue