0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix issue with google login.

This commit is contained in:
Andrey Antukh 2020-10-01 13:21:14 +02:00
parent c4ef2eaab3
commit 4af113b133

View file

@ -392,8 +392,9 @@
claims))
(defmethod process-token :auth
[conn claims]
claims)
[conn {:keys [profile-id] :as claims}]
(let [profile (profile/retrieve-profile conn profile-id)]
(assoc claims :profile profile)))
(defmethod process-token :default
[conn claims]