fix: default v2 embed allow document rejection to false

This commit is contained in:
Lucas Smith
2026-01-13 13:03:00 +11:00
parent cf6f6bcea0
commit f20e4d7809
@@ -52,7 +52,7 @@ export const DocumentSigningPageViewV2 = () => {
const {
isEmbed = false,
allowDocumentRejection = true,
allowDocumentRejection = false,
hidePoweredBy = true,
onDocumentRejected,
} = useEmbedSigningContext() || {};