Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix user presence test when pinAuth is empty
The check_retr macro is evaluating its argument twice, so when we do: check_retr( ctap2_user_presence_test(...) ) the user presence function is called twice and the user has to press the button twice. This is regression introduced with commit 3b53537.
- Loading branch information