mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 09:56:15 +00:00
✨ Add theme field to nitrate authenticate response
This commit is contained in:
parent
62b59991a9
commit
e51e0c7933
@ -35,7 +35,8 @@
|
|||||||
{:id (get profile :id)
|
{:id (get profile :id)
|
||||||
:name (get profile :fullname)
|
:name (get profile :fullname)
|
||||||
:email (get profile :email)
|
:email (get profile :email)
|
||||||
:photo-url (files/resolve-public-uri (get profile :photo-id))}))
|
:photo-url (files/resolve-public-uri (get profile :photo-id))
|
||||||
|
:theme (get profile :theme)}))
|
||||||
|
|
||||||
;; ---- API: get-teams
|
;; ---- API: get-teams
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user