Compare 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 { const {
isEmbed = false, isEmbed = false,
allowDocumentRejection = true, allowDocumentRejection = false,
hidePoweredBy = true, hidePoweredBy = true,
onDocumentRejected, onDocumentRejected,
} = useEmbedSigningContext() || {}; } = useEmbedSigningContext() || {};