f-23 / react-native-passkey

Passkeys for React Native
MIT License
121 stars 25 forks source link

fix: Fixed incorrect function invocation that leads to no support check #33

Open asimaranov opened 3 months ago

asimaranov commented 3 months ago

In condition function reference is casted to boolean and checked instead of checking the result of the function call. So this condition is always true and device support is not checked

github-actions[bot] commented 2 weeks ago

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.