mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
chore: remove code from different branch
This commit is contained in:
committed by
Mythie
parent
e5871da7b5
commit
f09638a4de
@ -45,10 +45,6 @@ export default async function SigningPage({ params: { token } }: SigningPageProp
|
|||||||
return notFound();
|
return notFound();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (document?.status === 'COMPLETED') {
|
|
||||||
redirect(`/sign/${token}/complete`);
|
|
||||||
}
|
|
||||||
|
|
||||||
const user = await getServerComponentSession();
|
const user = await getServerComponentSession();
|
||||||
|
|
||||||
const documentDataUrl = await getFile(documentData)
|
const documentDataUrl = await getFile(documentData)
|
||||||
|
|||||||
Reference in New Issue
Block a user