🚧 singing workflow, signing pad

This commit is contained in:
Timur Ercan
2023-02-17 19:08:23 +01:00
parent 5f210d67ef
commit 2934cf3615
9 changed files with 198 additions and 67 deletions

View File

@ -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,