chore: remove code from different branch

This commit is contained in:
Ephraim Atta-Duncan
2023-09-06 12:00:23 +00:00
committed by Mythie
parent e5871da7b5
commit f09638a4de

View File

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