diff --git a/apps/web/src/app/(signing)/sign/[token]/form.tsx b/apps/web/src/app/(signing)/sign/[token]/form.tsx index e18571e33..26568ddcc 100644 --- a/apps/web/src/app/(signing)/sign/[token]/form.tsx +++ b/apps/web/src/app/(signing)/sign/[token]/form.tsx @@ -101,6 +101,7 @@ export const SigningForm = ({ document, recipient, fields }: SigningFormProps) = className="dark:bg-muted dark:hover:bg-muted/80 w-full bg-black/5 hover:bg-black/10" variant="secondary" size="lg" + onClick={() => router.back()} > Cancel