mirror of
https://github.com/penpot/penpot.git
synced 2025-07-01 16:27:16 +02:00
🐛 Fix issue with google login.
This commit is contained in:
parent
c4ef2eaab3
commit
4af113b133
1 changed files with 3 additions and 2 deletions
|
@ -392,8 +392,9 @@
|
||||||
claims))
|
claims))
|
||||||
|
|
||||||
(defmethod process-token :auth
|
(defmethod process-token :auth
|
||||||
[conn claims]
|
[conn {:keys [profile-id] :as claims}]
|
||||||
claims)
|
(let [profile (profile/retrieve-profile conn profile-id)]
|
||||||
|
(assoc claims :profile profile)))
|
||||||
|
|
||||||
(defmethod process-token :default
|
(defmethod process-token :default
|
||||||
[conn claims]
|
[conn claims]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue