dont add uv option...

This commit is contained in:
Conor Patrick
2018-11-08 02:01:41 -05:00
committed by Emanuele Cesena
parent 984b30234a
commit 43b5201a1e
2 changed files with 12 additions and 8 deletions

View File

@@ -678,12 +678,13 @@ uint8_t ctap_parse_make_credential(CTAP_makeCredential * MC, CborEncoder * encod
if (CTAP1_ERR_INVALID_LENGTH != ret) // damn microsoft
{
check_retr(ret);
MC->pinAuthPresent = 1;
}
else
{
ret = 0;
}
MC->pinAuthPresent = 1;
break;
case MC_pinProtocol:
printf1(TAG_MC,"CTAP_pinProtocol\n");