Skip to content

Commit

Permalink
If IPP is opted in, ignore extend session callback
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBirdsall committed Oct 3, 2024
1 parent bfde756 commit 5d5bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/packs/document-capture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const App = composeComponents(
[
DocumentCapture,
{
onStepChange: extendSession,
onStepChange: optedInToInPersonProofing === 'true' ? () => null : extendSession,
},
],
);
Expand Down

0 comments on commit 5d5bf65

Please sign in to comment.