feat: show branding logo on signing page

This commit is contained in:
Catalin Pit
2025-09-15 15:43:34 +03:00
parent a3005f8616
commit a4fe4b4951
2 changed files with 14 additions and 0 deletions

View File

@ -91,6 +91,12 @@ export const getDocumentAndSenderByToken = async ({
select: {
name: true,
teamEmail: true,
teamGlobalSettings: {
select: {
brandingEnabled: true,
brandingLogo: true,
},
},
},
},
},