feat: update completed signing page to redirect to folder when possible

This commit is contained in:
Catalin Pit
2025-11-19 13:30:18 +02:00
parent d4e259a9a7
commit 0705228609
3 changed files with 12 additions and 2 deletions

View File

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