mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-30 06:12:37 +03:00
removed disableDeviceFallback prop as it was causing crash on android
This commit is contained in:
parent
5bf03f0567
commit
71517eefcb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user