Skip to content

Commit

Permalink
Merge pull request #23983 from Expensify/maria-onfido-sdk-remove-depr…
Browse files Browse the repository at this point in the history
…ecated-prop

Onfido SDK: Remove the deprecated `uploadFallback` prop
  • Loading branch information
Li357 authored Aug 1, 2023
2 parents a750097 + cdc45db commit 2a8ba02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Onfido/BaseOnfidoWeb.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ function initializeOnfido({sdkToken, onSuccess, onError, onUserExit, preferredLo
forceCrossDevice: true,
hideCountrySelection: true,
country: 'USA',
uploadFallback: false,
documentTypes: {
driving_licence: {
country: 'USA',
Expand All @@ -76,7 +75,6 @@ function initializeOnfido({sdkToken, onSuccess, onError, onUserExit, preferredLo
type: CONST.ONFIDO.TYPE.FACE,
options: {
requestedVariant: CONST.ONFIDO.VARIANT.VIDEO,
uploadFallback: false,
},
},
],
Expand Down

0 comments on commit 2a8ba02

Please sign in to comment.