mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 05:01:54 +10:00
Adds the ability to specify an optional signing order for documents. When specified a document will be considered sequential with recipients only being allowed to sign in the order that they were specified in.
8 lines
99 B
TypeScript
8 lines
99 B
TypeScript
export const EmbedPaywall = () => {
|
|
return (
|
|
<div>
|
|
<h1>Paywall</h1>
|
|
</div>
|
|
);
|
|
};
|