mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 21:51:40 +10:00
chore: updated redirection
Signed-off-by: Adithya Krishna <adi@documenso.com>
This commit is contained in:
@ -65,6 +65,7 @@ export default async function SigningPage({ params: { token } }: SigningPageProp
|
||||
document.status === DocumentStatus.COMPLETED ||
|
||||
recipient.signingStatus === SigningStatus.SIGNED
|
||||
) {
|
||||
//
|
||||
redirect(`/sign/${token}/complete`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user