mirror of
https://github.com/documenso/documenso
synced 2026-05-24 09:28:27 +00:00
chore: remove code from different branch
This commit is contained in:
parent
e5871da7b5
commit
f09638a4de
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue