mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 02:01:33 +10:00
🚧 singing workflow, signing pad
This commit is contained in:
@ -24,6 +24,8 @@ const SignPage: NextPageWithLayout = (props: any) => {
|
||||
export async function getServerSideProps(context: any) {
|
||||
const recipientToken: string = context.query["token"];
|
||||
|
||||
// todo redirect to sigend of all already signed
|
||||
|
||||
await prisma.recipient.updateMany({
|
||||
where: {
|
||||
token: recipientToken,
|
||||
|
||||
Reference in New Issue
Block a user