mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
🐛 Fix issue with google login.
This commit is contained in:
parent
5e73da4bca
commit
caa92ea413
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user