mirror of
https://github.com/documenso/documenso.git
synced 2025-11-16 09:41:35 +10:00
chore: refactor
This commit is contained in:
@ -91,7 +91,6 @@ export const DocumentSigningFieldContainer = ({
|
||||
// Do nothing since the user should be redirected.
|
||||
},
|
||||
actionTarget: field.type,
|
||||
isEnterprise,
|
||||
});
|
||||
|
||||
return;
|
||||
@ -109,7 +108,6 @@ export const DocumentSigningFieldContainer = ({
|
||||
await executeActionAuthProcedure({
|
||||
onReauthFormSubmit: onSign,
|
||||
actionTarget: field.type,
|
||||
isEnterprise,
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user