mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 01:32:06 +10:00
feat: complete document 2fa (wip)
This commit is contained in:
@ -27,7 +27,7 @@ export type DocumentSigningAuthDialogProps = {
|
||||
actionTarget: FieldType | 'DOCUMENT';
|
||||
open: boolean;
|
||||
onOpenChange: (value: boolean) => void;
|
||||
|
||||
isEnterprise: boolean;
|
||||
/**
|
||||
* The callback to run when the reauth form is filled out.
|
||||
*/
|
||||
@ -41,6 +41,7 @@ export const DocumentSigningAuthDialog = ({
|
||||
open,
|
||||
onOpenChange,
|
||||
onReauthFormSubmit,
|
||||
isEnterprise,
|
||||
}: DocumentSigningAuthDialogProps) => {
|
||||
const { recipient, user, isCurrentlyAuthenticating } = useRequiredDocumentSigningAuthContext();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user