Skip to content

Commit

Permalink
Remove the deprecated uploadFallback prop
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHCD committed Aug 1, 2023
1 parent cb8aac1 commit cdc45db
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 cdc45db

Please sign in to comment.