mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 00:03:33 +10:00
fix: pass recipient token to signed page
This commit is contained in:
@ -73,7 +73,7 @@ export async function getServerSideProps(context: any) {
|
|||||||
return {
|
return {
|
||||||
redirect: {
|
redirect: {
|
||||||
permanent: false,
|
permanent: false,
|
||||||
destination: `/documents/${recipient.Document.id}/signed`,
|
destination: `/documents/${recipient.Document.id}/signed?token=recipientToken`,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user