From 223a5cc9d0060212487019824e5925961d05f3b3 Mon Sep 17 00:00:00 2001 From: 18feb06 <88766161+18feb06@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:39:21 +0500 Subject: [PATCH] feat: improving incorrect default signature behaviour #594 (#600) --- apps/web/src/app/(signing)/sign/[token]/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(signing)/sign/[token]/page.tsx b/apps/web/src/app/(signing)/sign/[token]/page.tsx index abedf4a49..f8c83acef 100644 --- a/apps/web/src/app/(signing)/sign/[token]/page.tsx +++ b/apps/web/src/app/(signing)/sign/[token]/page.tsx @@ -64,7 +64,11 @@ export default async function SigningPage({ params: { token } }: SigningPageProp const user = await getServerComponentSession(); return ( - +

{document.title}