mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +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)
|
||||
:name (get profile :fullname)
|
||||
: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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user