From e51e0c7933a7aeaf43b662ab3fd572b04be15ca4 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Wed, 8 Apr 2026 12:26:50 +0200 Subject: [PATCH] :sparkles: Add theme field to nitrate authenticate response --- backend/src/app/rpc/management/nitrate.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/app/rpc/management/nitrate.clj b/backend/src/app/rpc/management/nitrate.clj index 62c0070364..1258feb6ba 100644 --- a/backend/src/app/rpc/management/nitrate.clj +++ b/backend/src/app/rpc/management/nitrate.clj @@ -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