chore: refactor

This commit is contained in:
Ephraim Atta-Duncan
2025-04-30 23:48:48 +00:00
parent 30a4f2c7b4
commit 311adb4d1e
12 changed files with 35 additions and 39 deletions

View File

@ -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,
});
};