refactor: improve layout of completed signing page (#2209)

This commit is contained in:
Catalin Pit
2025-11-20 02:04:41 +02:00
committed by GitHub
parent 11d9bde8f8
commit 374477e692
3 changed files with 28 additions and 12 deletions

View File

@ -103,6 +103,7 @@ export const getDocumentAndSenderByToken = async ({
select: {
name: true,
teamEmail: true,
url: true,
teamGlobalSettings: {
select: {
brandingEnabled: true,