Add theme field to nitrate authenticate response

This commit is contained in:
Juanfran 2026-04-08 12:26:50 +02:00
parent 62b59991a9
commit e51e0c7933

View File

@ -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