Skip to content

Commit

Permalink
removed disableDeviceFallback prop as it was causing crash on android
Browse files Browse the repository at this point in the history
noumantahir committed May 16, 2024
1 parent 5bf03f0 commit 71517ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/screens/pinCode/container/pinCodeContainer.tsx
Original file line number Diff line number Diff line change
@@ -88,7 +88,6 @@ class PinCodeContainer extends Component {

const authResp = await LocalAuthentication.authenticateAsync({
promptMessage: intl.formatMessage({ id: 'pincode.biometric_desc' }),
disableDeviceFallback: true
})

if (!authResp.success) {

0 comments on commit 71517ee

Please sign in to comment.