smallcase / react-native-simple-biometrics

simple interface to verify user authenticity
https://www.npmjs.com/package/react-native-simple-biometrics
MIT License
183 stars 16 forks source link

remove redundant fallback #2

Closed drplauska closed 3 years ago

drplauska commented 3 years ago

there's no need for this fallback as it's gonna throw an error if promptTitle is falsy

LonelyCpp commented 3 years ago

good catch, and thanks :)