chore: remove code from different branch

This commit is contained in:
Ephraim Atta-Duncan
2023-09-06 12:00:23 +00:00
parent 1f027d75d3
commit f6e49e3f21

View File

@ -44,10 +44,6 @@ export default async function SigningPage({ params: { token } }: SigningPageProp
return notFound();
}
if (document?.status === 'COMPLETED') {
redirect(`/sign/${token}/complete`);
}
const user = await getServerComponentSession();
const documentUrl = `data:application/pdf;base64,${document.document}`;