mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
fix: default v2 embed allow document rejection to false
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ export const DocumentSigningPageViewV2 = () => {
|
||||
|
||||
const {
|
||||
isEmbed = false,
|
||||
allowDocumentRejection = true,
|
||||
allowDocumentRejection = false,
|
||||
hidePoweredBy = true,
|
||||
onDocumentRejected,
|
||||
} = useEmbedSigningContext() || {};
|
||||
|
||||
Reference in New Issue
Block a user