mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
chore: typo
This commit is contained in:
@ -111,7 +111,7 @@ export const DocumentAuthProvider = ({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Run callback with precalculated auth options if avaliable.
|
// Run callback with precalculated auth options if available.
|
||||||
if (preCalculatedActionAuthOptions) {
|
if (preCalculatedActionAuthOptions) {
|
||||||
setDocumentAuthDialogPayload(null);
|
setDocumentAuthDialogPayload(null);
|
||||||
await options.onReauthFormSubmit(preCalculatedActionAuthOptions);
|
await options.onReauthFormSubmit(preCalculatedActionAuthOptions);
|
||||||
|
|||||||
@ -30,7 +30,7 @@ export type SignatureFieldProps = {
|
|||||||
/**
|
/**
|
||||||
* The function required to be executed to insert the field.
|
* The function required to be executed to insert the field.
|
||||||
*
|
*
|
||||||
* The auth values will be passed in if avaliable.
|
* The auth values will be passed in if available.
|
||||||
*/
|
*/
|
||||||
onSign?: (documentAuthValue?: TRecipientActionAuth) => Promise<void> | void;
|
onSign?: (documentAuthValue?: TRecipientActionAuth) => Promise<void> | void;
|
||||||
onRemove?: () => Promise<void> | void;
|
onRemove?: () => Promise<void> | void;
|
||||||
|
|||||||
Reference in New Issue
Block a user