Fix for _get_auth_params for MakeCredential and GetAssertion operations. Used in cases where _should_use_uv is True, but clientPin is not advertised in CTAP info on the device.
It appears this circumstance was in mind when reading other parts of the code, and checks are already in place. It was just the line in this PR that was overlooked. This forces allow_internal_uv, and everything else then works as expected.
Fix for
_get_auth_params
for MakeCredential and GetAssertion operations. Used in cases where_should_use_uv
is True, butclientPin
is not advertised in CTAP info on the device.It appears this circumstance was in mind when reading other parts of the code, and checks are already in place. It was just the line in this PR that was overlooked. This forces
allow_internal_uv
, and everything else then works as expected.This is fix 1 of 2 for #189