Compare commits

...

1 Commits

Author SHA1 Message Date
Lucas Smith f20e4d7809 fix: default v2 embed allow document rejection to false 2026-01-13 13:03:00 +11:00
@@ -52,7 +52,7 @@ export const DocumentSigningPageViewV2 = () => {
const {
isEmbed = false,
allowDocumentRejection = true,
allowDocumentRejection = false,
hidePoweredBy = true,
onDocumentRejected,
} = useEmbedSigningContext() || {};